#d42aab

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

Shades of Deep Cerise #D42AAB

Tints of Deep Cerise #D42AAB

Color information

#D42AAB (or 0xD42AAB) is unknown color: approx Deep Cerise. HEX triplet: D4, 2A and AB. RGB value is (212,42,171). Sum of RGB (Red+Green+Blue) = 212+42+171=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D42AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42AAB is #2BD554. Grayscale: #6B6B6B. Windows color (decimal): -2872661 or 11217620. OLE color: 11217620.

HSL color Cylindrical-coordinate representation of color #D42AAB: hue angle of 314.47º degrees, saturation: 0.67, 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 #D42AAB is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB21242171-
CMYK00.800.190.17
HSL314.47º66.93%49.8%-
HSV(B)314.47º80.19%83.14%-
XYZ35.3318.5940.25-
YUV107.54163.82202.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 42 (16.80% from 255) = 9.88%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=49.88%
G=9.88%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124217100.800.190.17314.4766.9349.8
HexD42AAB050131113a4332
Octal324522530120232147210362
Binary11010100101010101010110101000010011100011001110101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d42aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d42aab; }

 p { color: rgb(212,42,171); }

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

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

 a { background-color: rgb(212,42,171); }

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

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

 span { border-color: rgb(212,42,171); }

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