#D42F65

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

Shades of Cerise #D42F65

Tints of Cerise #D42F65

Color information

#D42F65 (or 0xD42F65) is unknown color: approx Cerise. HEX triplet: D4, 2F and 65. RGB value is (212,47,101). Sum of RGB (Red+Green+Blue) = 212+47+101=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F65 is #2BD09A. Grayscale: #666666. Windows color (decimal): -2871451 or 6631380. OLE color: 6631380.

HSL color Cylindrical-coordinate representation of color #D42F65: hue angle of 340.36º 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 #D42F65 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB21247101-
CMYK00.780.520.17
HSL340.36º65.74%50.78%-
HSV(B)340.36º77.83%83.14%-
XYZ30.5216.9713.98-
YUV102.49127.16206.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.89%
GREEN value IS 47 (18.75% from 255) = 13.06%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=58.89%
G=13.06%
B=28.06%

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
Decimal2124710100.780.520.17340.3665.7450.78
HexD42F6504E34111544233
Octal324571450116642152410263
Binary11010100101111110010101001110110100100011010101001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F65; }

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

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

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

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

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

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

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

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