#D42BAA

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

Shades of Deep Cerise #D42BAA

Tints of Deep Cerise #D42BAA

Color information

#D42BAA (or 0xD42BAA) is unknown color: approx Deep Cerise. HEX triplet: D4, 2B and AA. RGB value is (212,43,170). Sum of RGB (Red+Green+Blue) = 212+43+170=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42BAA is #2BD455. Grayscale: #6B6B6B. Windows color (decimal): -2872406 or 11152340. OLE color: 11152340.

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

Color convert

RGB21243170-
CMYK00.800.200.17
HSL314.91º66.27%50%-
HSV(B)314.91º79.72%83.14%-
XYZ35.2718.6339.77-
YUV108.01162.99202.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 43 (17.19% from 255) = 10.12%
BLUE value IS 170 (66.80% from 255) = 40%
R=49.88%
G=10.12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124317000.800.200.17314.9166.2750
HexD42BAA050141113b4232
Octal324532520120242147310262
Binary11010100101011101010100101000010100100011001110111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42BAA; }

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

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

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

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

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

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

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

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