#D42265

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

Shades of Cerise #D42265

Tints of Cerise #D42265

Color information

#D42265 (or 0xD42265) is unknown color: approx Cerise. HEX triplet: D4, 22 and 65. RGB value is (212,34,101). Sum of RGB (Red+Green+Blue) = 212+34+101=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D42265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42265 is #2BDD9A. Grayscale: #5E5E5E. Windows color (decimal): -2874779 or 6628052. OLE color: 6628052.

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

Color convert

RGB21234101-
CMYK00.840.520.17
HSL337.42º72.36%48.24%-
HSV(B)337.42º83.96%83.14%-
XYZ30.0716.0813.83-
YUV94.86131.47211.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.10%
GREEN value IS 34 (13.67% from 255) = 9.80%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=61.10%
G=9.80%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123410100.840.520.17337.4272.3648.24
HexD4226505434111514830
Octal324421450124642152111060
Binary11010100100010110010101010100110100100011010100011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42265; }

 p { color: rgb(212,34,101); }

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

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

 a { background-color: rgb(212,34,101); }

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

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

 span { border-color: rgb(212,34,101); }

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