Html Css Color HEX #D42FAE Deep Cerise

📋 copy color: '#D42FAE'

red 212 ◦ green 47 ◦ blue 174

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

Shades of Deep Cerise #D42FAE

Tints of Deep Cerise #D42FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 48.96%
G = 10.85%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D42FAE (or 0xD42FAE) is known color: Deep Cerise. HEX triplet: D4, 2F and AE. RGB value is (212,47,174). Sum of RGB (Red+Green+Blue) = 212+47+174=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42FAE is #2BD051. Grayscale: #6E6E6E. Windows color (decimal): -2871378 or 11415508. OLE color: 11415508.

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

Color convert

RGB 212 47 174 -
CMYK 0 0.78 0.18 0.17
HSL 313.82º 0.66% 0.51% -
HSV(B) 313.82º 0.78% 0.83% -
XYZ 35.81 19.09 41.84 -
YUV 110.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 212 47 174 0 0.78 0.18 0.17 313.82 0.66 0.51
Hex D4 2F AE 0 4E 12 11 13A 42 33
Octal 324 57 256 0 116 22 21 472 102 63
Binary 11010100 101111 10101110 0 1001110 10010 10001 100111010 1000010 110011

Color Harmonies of #D42FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FAE

Black with #D42FAE

Text Example


Text Example

White with #D42FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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