#D43973

Color #D43973 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D43973

Tints of Cerise #D43973

Color information

#D43973 (or 0xD43973) is unknown color: approx Cerise. HEX triplet: D4, 39 and 73. RGB value is (212,57,115). Sum of RGB (Red+Green+Blue) = 212+57+115=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D43973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43973 is #2BC68C. Grayscale: #6D6D6D. Windows color (decimal): -2868877 or 7551444. OLE color: 7551444.

HSL color Cylindrical-coordinate representation of color #D43973: hue angle of 337.55º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43973 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21257115-
CMYK00.730.460.17
HSL337.55º64.32%52.75%-
HSV(B)337.55º73.11%83.14%-
XYZ31.7118.1618.05-
YUV109.96130.85200.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 55.21%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=55.21%
G=14.84%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125711500.730.460.17337.5564.3252.75
HexD439730492E111524035
Octal324711630111562152210065
Binary11010100111001111001101001001101110100011010100101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43973; }

 p { color: rgb(212,57,115); }

 H1.HeaderClassName
 {
   color: #D43973;
 }
 .AnyTagClassName
 {
   color: #D43973;
 }
</style>
background-color css

<style>
 a { background-color: #D43973; }

 a { background-color: rgb(212,57,115); }

 div.DivClassName
 {
   background-color: #D43973;
 }
 .BgClassName
 {
   background-color: #D43973;
 }
</style>
border-color css

<style>
 span { border-color: #D43973; }

 span { border-color: rgb(212,57,115); }

 td.TdClassName
 {
   border-color: #D43973;
 }
 .TagClassName
 {
   border-color: #D43973;
 }
</style>