#D43860

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

Shades of Cerise #D43860

Tints of Cerise #D43860

Color information

#D43860 (or 0xD43860) is unknown color: approx Cerise. HEX triplet: D4, 38 and 60. RGB value is (212,56,96). Sum of RGB (Red+Green+Blue) = 212+56+96=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D43860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43860 is #2BC79F. Grayscale: #6B6B6B. Windows color (decimal): -2869152 or 6306004. OLE color: 6306004.

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

Color convert

RGB2125696-
CMYK00.740.550.17
HSL344.62º64.46%52.55%-
HSV(B)344.62º73.58%83.14%-
XYZ30.6817.6712.86-
YUV107.2121.68202.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.24%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=58.24%
G=15.38%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212569600.740.550.17344.6264.4652.55
HexD4386004A37111594035
Octal324701400112672153110065
Binary11010100111000110000001001010110111100011010110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43860; }

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

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

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

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

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

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

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

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