#D42F9D

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

Shades of Deep Cerise #D42F9D

Tints of Deep Cerise #D42F9D

Color information

#D42F9D (or 0xD42F9D) is unknown color: approx Deep Cerise. HEX triplet: D4, 2F and 9D. RGB value is (212,47,157). Sum of RGB (Red+Green+Blue) = 212+47+157=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F9D is #2BD062. Grayscale: #6C6C6C. Windows color (decimal): -2871395 or 10301396. OLE color: 10301396.

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

Color convert

RGB21247157-
CMYK00.780.260.17
HSL320º65.74%50.78%-
HSV(B)320º77.83%83.14%-
XYZ34.2518.4633.66-
YUV108.88155.16201.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.96%
GREEN value IS 47 (18.75% from 255) = 11.30%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=50.96%
G=11.30%
B=37.74%

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
Decimal2124715700.780.260.1732065.7450.78
HexD42F9D04E1A111404233
Octal324572350116322150010263
Binary11010100101111100111010100111011010100011010000001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F9D; }

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

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

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

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

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

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

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

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