Html Css Color HEX #D42DAE Deep Cerise

📋 copy color: '#D42DAE'

red 212 ◦ green 45 ◦ blue 174

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

Shades of Deep Cerise #D42DAE

Tints of Deep Cerise #D42DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.44%

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

R = 49.19%
G = 10.44%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D42DAE (or 0xD42DAE) is known color: Deep Cerise. HEX triplet: D4, 2D and AE. RGB value is (212,45,174). Sum of RGB (Red+Green+Blue) = 212+45+174=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAE is #2BD251. Grayscale: #6D6D6D. Windows color (decimal): -2871890 or 11414996. OLE color: 11414996.

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

Color convert

RGB 212 45 174 -
CMYK 0 0.79 0.18 0.17
HSL 313.65º 0.66% 0.5% -
HSV(B) 313.65º 0.79% 0.83% -
XYZ 35.73 18.93 41.82 -
YUV 109.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 212 45 174 0 0.79 0.18 0.17 313.65 0.66 0.5
Hex D4 2D AE 0 4F 12 11 13A 42 32
Octal 324 55 256 0 117 22 21 472 102 62
Binary 11010100 101101 10101110 0 1001111 10010 10001 100111010 1000010 110010

Color Harmonies of #D42DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DAE

Black with #D42DAE

Text Example


Text Example

White with #D42DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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