Html Css Color HEX #D431AA Deep Cerise

📋 copy color: '#D431AA'

red 212 ◦ green 49 ◦ blue 170

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

Shades of Deep Cerise #D431AA

Tints of Deep Cerise #D431AA

RGB

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

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

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

R = 49.19%
G = 11.37%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D431AA (or 0xD431AA) is known color: Deep Cerise. HEX triplet: D4, 31 and AA. RGB value is (212,49,170). Sum of RGB (Red+Green+Blue) = 212+49+170=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D431AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D431AA is #2BCE55. Grayscale: #6F6F6F. Windows color (decimal): -2870870 or 11153876. OLE color: 11153876.

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

Color convert

RGB 212 49 170 -
CMYK 0 0.77 0.20 0.17
HSL 315.46º 0.65% 0.51% -
HSV(B) 315.46º 0.77% 0.83% -
XYZ 35.51 19.1 39.84 -
YUV 111.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 212 49 170 0 0.77 0.20 0.17 315.46 0.65 0.51
Hex D4 31 AA 0 4D 14 11 13B 41 33
Octal 324 61 252 0 115 24 21 473 101 63
Binary 11010100 110001 10101010 0 1001101 10100 10001 100111011 1000001 110011

Color Harmonies of #D431AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431AA

Black with #D431AA

Text Example


Text Example

White with #D431AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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