#D42DAA

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

Shades of Deep Cerise #D42DAA

Tints of Deep Cerise #D42DAA

Color information

#D42DAA (or 0xD42DAA) is unknown color: approx Deep Cerise. HEX triplet: D4, 2D and AA. RGB value is (212,45,170). Sum of RGB (Red+Green+Blue) = 212+45+170=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAA is #2BD255. Grayscale: #6C6C6C. Windows color (decimal): -2871894 or 11152852. OLE color: 11152852.

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

Color convert

RGB21245170-
CMYK00.790.200.17
HSL315.09º66.01%50.39%-
HSV(B)315.09º78.77%83.14%-
XYZ35.3518.7839.79-
YUV109.18162.33201.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 45 (17.97% from 255) = 10.54%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=49.65%
G=10.54%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124517000.790.200.17315.0966.0150.39
HexD42DAA04F141113b4232
Octal324552520117242147310262
Binary11010100101101101010100100111110100100011001110111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42DAA; }

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

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

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

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

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

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

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

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