#D43E60

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

Shades of Cerise #D43E60

Tints of Cerise #D43E60

Color information

#D43E60 (or 0xD43E60) is unknown color: approx Cerise. HEX triplet: D4, 3E and 60. RGB value is (212,62,96). Sum of RGB (Red+Green+Blue) = 212+62+96=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43E60 is #2BC19F. Grayscale: #6E6E6E. Windows color (decimal): -2867616 or 6307540. OLE color: 6307540.

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

Color convert

RGB2126296-
CMYK00.710.550.17
HSL346.4º63.56%53.73%-
HSV(B)346.4º70.75%83.14%-
XYZ30.9918.2912.96-
YUV110.73119.7200.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.30%
GREEN value IS 62 (24.61% from 255) = 16.76%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=57.30%
G=16.76%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212629600.710.550.17346.463.5653.73
HexD43E60047371115a4036
Octal324761400107672153210066
Binary11010100111110110000001000111110111100011010110101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43E60; }

 p { color: rgb(212,62,96); }

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

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

 a { background-color: rgb(212,62,96); }

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

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

 span { border-color: rgb(212,62,96); }

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