Html Css Color HEX #D42AAA Deep Cerise

📋 copy color: '#D42AAA'

red 212 ◦ green 42 ◦ blue 170

#D42AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D42AAA

Tints of Deep Cerise #D42AAA

RGB

 RED value IS 212 (83.2% from 255) = 50%

 GREEN value IS 42 (16.8% from 255) = 9.91%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 50%
G = 9.91%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D42AAA (or 0xD42AAA) is known color: Deep Cerise. HEX triplet: D4, 2A and AA. RGB value is (212,42,170). Sum of RGB (Red+Green+Blue) = 212+42+170=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D42AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42AAA is #2BD555. Grayscale: #6B6B6B. Windows color (decimal): -2872662 or 11152084. OLE color: 11152084.

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

Color convert

RGB 212 42 170 -
CMYK 0 0.80 0.20 0.17
HSL 314.82º 0.67% 0.5% -
HSV(B) 314.82º 0.8% 0.83% -
XYZ 35.24 18.56 39.75 -
YUV 107.42 163.32 202.59 -
System Red Green Blue C M Y K H S L
Decimal 212 42 170 0 0.80 0.20 0.17 314.82 0.67 0.5
Hex D4 2A AA 0 50 14 11 13B 43 32
Octal 324 52 252 0 120 24 21 473 103 62
Binary 11010100 101010 10101010 0 1010000 10100 10001 100111011 1000011 110010

Color Harmonies of #D42AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42AAA

Black with #D42AAA

Text Example


Text Example

White with #D42AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42AAA; }

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

 H1.HeaderClassName
 {
   color: #D42AAA;
 }
 .AnyTagClassName
 {
   color: #D42AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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