Html Css Color HEX #D42FAA Deep Cerise

📋 copy color: '#D42FAA'

red 212 ◦ green 47 ◦ blue 170

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

Shades of Deep Cerise #D42FAA

Tints of Deep Cerise #D42FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.96%

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

R = 49.42%
G = 10.96%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D42FAA (or 0xD42FAA) is known color: Deep Cerise. HEX triplet: D4, 2F and AA. RGB value is (212,47,170). Sum of RGB (Red+Green+Blue) = 212+47+170=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42FAA is #2BD055. Grayscale: #6E6E6E. Windows color (decimal): -2871382 or 11153364. OLE color: 11153364.

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

Color convert

RGB 212 47 170 -
CMYK 0 0.78 0.20 0.17
HSL 315.27º 0.66% 0.51% -
HSV(B) 315.27º 0.78% 0.83% -
XYZ 35.42 18.93 39.82 -
YUV 110.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 212 47 170 0 0.78 0.20 0.17 315.27 0.66 0.51
Hex D4 2F AA 0 4E 14 11 13B 42 33
Octal 324 57 252 0 116 24 21 473 102 63
Binary 11010100 101111 10101010 0 1001110 10100 10001 100111011 1000010 110011

Color Harmonies of #D42FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FAA

Black with #D42FAA

Text Example


Text Example

White with #D42FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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