Html Css Color HEX #D431AE Deep Cerise

📋 copy color: '#D431AE'

red 212 ◦ green 49 ◦ blue 174

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

Shades of Deep Cerise #D431AE

Tints of Deep Cerise #D431AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.26%

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

R = 48.74%
G = 11.26%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D431AE (or 0xD431AE) is known color: Deep Cerise. HEX triplet: D4, 31 and AE. RGB value is (212,49,174). Sum of RGB (Red+Green+Blue) = 212+49+174=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D431AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D431AE is #2BCE51. Grayscale: #6F6F6F. Windows color (decimal): -2870866 or 11416020. OLE color: 11416020.

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

Color convert

RGB 212 49 174 -
CMYK 0 0.77 0.18 0.17
HSL 313.99º 0.65% 0.51% -
HSV(B) 313.99º 0.77% 0.83% -
XYZ 35.89 19.25 41.87 -
YUV 111.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 212 49 174 0 0.77 0.18 0.17 313.99 0.65 0.51
Hex D4 31 AE 0 4D 12 11 13A 41 33
Octal 324 61 256 0 115 22 21 472 101 63
Binary 11010100 110001 10101110 0 1001101 10010 10001 100111010 1000001 110011

Color Harmonies of #D431AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431AE

Black with #D431AE

Text Example


Text Example

White with #D431AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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