#D42F9F

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

Shades of Deep Cerise #D42F9F

Tints of Deep Cerise #D42F9F

Color information

#D42F9F (or 0xD42F9F) is unknown color: approx Deep Cerise. HEX triplet: D4, 2F and 9F. RGB value is (212,47,159). Sum of RGB (Red+Green+Blue) = 212+47+159=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F9F is #2BD060. Grayscale: #6C6C6C. Windows color (decimal): -2871393 or 10432468. OLE color: 10432468.

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

Color convert

RGB21247159-
CMYK00.780.250.17
HSL319.27º65.74%50.78%-
HSV(B)319.27º77.83%83.14%-
XYZ34.4318.5334.56-
YUV109.1156.16201.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.72%
GREEN value IS 47 (18.75% from 255) = 11.24%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=50.72%
G=11.24%
B=38.04%

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
Decimal2124715900.780.250.17319.2765.7450.78
HexD42F9F04E191113f4233
Octal324572370116312147710263
Binary11010100101111100111110100111011001100011001111111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F9F; }

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

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

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

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

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

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

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

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