#D42F9E

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

Shades of Deep Cerise #D42F9E

Tints of Deep Cerise #D42F9E

Color information

#D42F9E (or 0xD42F9E) is unknown color: approx Deep Cerise. HEX triplet: D4, 2F and 9E. RGB value is (212,47,158). Sum of RGB (Red+Green+Blue) = 212+47+158=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F9E is #2BD061. Grayscale: #6C6C6C. Windows color (decimal): -2871394 or 10366932. OLE color: 10366932.

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

Color convert

RGB21247158-
CMYK00.780.250.17
HSL319.64º65.74%50.78%-
HSV(B)319.64º77.83%83.14%-
XYZ34.3418.534.11-
YUV108.99155.66201.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 47 (18.75% from 255) = 11.27%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=50.84%
G=11.27%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124715800.780.250.17319.6465.7450.78
HexD42F9E04E19111404233
Octal324572360116312150010263
Binary11010100101111100111100100111011001100011010000001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F9E; }

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

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

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

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

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

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

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

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