Html Css Color HEX #D931AA Deep Cerise

📋 copy color: '#D931AA'

red 217 ◦ green 49 ◦ blue 170

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

Shades of Deep Cerise #D931AA

Tints of Deep Cerise #D931AA

RGB

 RED value IS 217 (85.16% from 255) = 49.77%

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

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

R = 49.77%
G = 11.24%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D931AA (or 0xD931AA) is known color: Deep Cerise. HEX triplet: D9, 31 and AA. RGB value is (217,49,170). Sum of RGB (Red+Green+Blue) = 217+49+170=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D931AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D931AA is #26CE55. Grayscale: #707070. Windows color (decimal): -2543190 or 11153881. OLE color: 11153881.

HSL color Cylindrical-coordinate representation of color #D931AA: hue angle of 316.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D931AA is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 170 -
CMYK 0 0.77 0.22 0.15
HSL 316.79º 0.69% 0.52% -
HSV(B) 316.79º 0.77% 0.85% -
XYZ 36.97 19.85 39.91 -
YUV 113.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 217 49 170 0 0.77 0.22 0.15 316.79 0.69 0.52
Hex D9 31 AA 0 4D 16 F 13D 45 34
Octal 331 61 252 0 115 26 17 475 105 64
Binary 11011001 110001 10101010 0 1001101 10110 1111 100111101 1000101 110100

Color Harmonies of #D931AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D931AA

Black with #D931AA

Text Example


Text Example

White with #D931AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D931AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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