#D42F66

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

Shades of Cerise #D42F66

Tints of Cerise #D42F66

Color information

#D42F66 (or 0xD42F66) is unknown color: approx Cerise. HEX triplet: D4, 2F and 66. RGB value is (212,47,102). Sum of RGB (Red+Green+Blue) = 212+47+102=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F66 is #2BD099. Grayscale: #666666. Windows color (decimal): -2871450 or 6696916. OLE color: 6696916.

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

Color convert

RGB21247102-
CMYK00.780.520.17
HSL340º65.74%50.78%-
HSV(B)340º77.83%83.14%-
XYZ30.5716.9914.24-
YUV102.6127.66206.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=58.73%
G=13.02%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124710200.780.520.1734065.7450.78
HexD42F6604E34111544233
Octal324571460116642152410263
Binary11010100101111110011001001110110100100011010101001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F66; }

 p { color: rgb(212,47,102); }

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

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

 a { background-color: rgb(212,47,102); }

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

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

 span { border-color: rgb(212,47,102); }

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