#D42DA6

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

Shades of Deep Cerise #D42DA6

Tints of Deep Cerise #D42DA6

Color information

#D42DA6 (or 0xD42DA6) is unknown color: approx Deep Cerise. HEX triplet: D4, 2D and A6. RGB value is (212,45,166). Sum of RGB (Red+Green+Blue) = 212+45+166=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DA6 is #2BD259. Grayscale: #6C6C6C. Windows color (decimal): -2871898 or 10890708. OLE color: 10890708.

HSL color Cylindrical-coordinate representation of color #D42DA6: hue angle of 316.53º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DA6 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21245166-
CMYK00.790.220.17
HSL316.53º66.01%50.39%-
HSV(B)316.53º78.77%83.14%-
XYZ34.9718.6337.83-
YUV108.73160.33201.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 45 (17.97% from 255) = 10.64%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=50.12%
G=10.64%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124516600.790.220.17316.5366.0150.39
HexD42DA604F161113d4232
Octal324552460117262147510262
Binary11010100101101101001100100111110110100011001111011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42DA6; }

 p { color: rgb(212,45,166); }

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

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

 a { background-color: rgb(212,45,166); }

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

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

 span { border-color: rgb(212,45,166); }

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