#D42F9C

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

Shades of Deep Cerise #D42F9C

Tints of Deep Cerise #D42F9C

Color information

#D42F9C (or 0xD42F9C) is unknown color: approx Deep Cerise. HEX triplet: D4, 2F and 9C. RGB value is (212,47,156). Sum of RGB (Red+Green+Blue) = 212+47+156=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F9C is #2BD063. Grayscale: #6C6C6C. Windows color (decimal): -2871396 or 10235860. OLE color: 10235860.

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

Color convert

RGB21247156-
CMYK00.780.260.17
HSL320.36º65.74%50.78%-
HSV(B)320.36º77.83%83.14%-
XYZ34.1718.4333.21-
YUV108.76154.66201.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 47 (18.75% from 255) = 11.33%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=51.08%
G=11.33%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124715600.780.260.17320.3665.7450.78
HexD42F9C04E1A111404233
Octal324572340116322150010263
Binary11010100101111100111000100111011010100011010000001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F9C; }

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

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

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

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

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

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

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

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