#D43762

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

Shades of Cerise #D43762

Tints of Cerise #D43762

Color information

#D43762 (or 0xD43762) is unknown color: approx Cerise. HEX triplet: D4, 37 and 62. RGB value is (212,55,98). Sum of RGB (Red+Green+Blue) = 212+55+98=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D43762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43762 is #2BC89D. Grayscale: #6A6A6A. Windows color (decimal): -2869406 or 6436820. OLE color: 6436820.

HSL color Cylindrical-coordinate representation of color #D43762: hue angle of 343.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43762 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB2125598-
CMYK00.740.540.17
HSL343.57º64.61%52.35%-
HSV(B)343.57º74.06%83.14%-
XYZ30.7217.6113.34-
YUV106.84123.01203-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 55 (21.88% from 255) = 15.07%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=58.08%
G=15.07%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212559800.740.540.17343.5764.6152.35
HexD4376204A36111584134
Octal324671420112662153010164
Binary11010100110111110001001001010110110100011010110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43762; }

 p { color: rgb(212,55,98); }

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

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

 a { background-color: rgb(212,55,98); }

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

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

 span { border-color: rgb(212,55,98); }

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