Html Css Color HEX #D031AA Deep Cerise

📋 copy color: '#D031AA'

red 208 ◦ green 49 ◦ blue 170

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

Shades of Deep Cerise #D031AA

Tints of Deep Cerise #D031AA

RGB

 RED value IS 208 (81.64% from 255) = 48.71%

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

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

R = 48.71%
G = 11.48%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D031AA (or 0xD031AA) is known color: Deep Cerise. HEX triplet: D0, 31 and AA. RGB value is (208,49,170). Sum of RGB (Red+Green+Blue) = 208+49+170=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D031AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031AA is #2FCE55. Grayscale: #6E6E6E. Windows color (decimal): -3133014 or 11153872. OLE color: 11153872.

HSL color Cylindrical-coordinate representation of color #D031AA: hue angle of 314.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D031AA is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 170 -
CMYK 0 0.76 0.18 0.18
HSL 314.34º 0.63% 0.5% -
HSV(B) 314.34º 0.76% 0.82% -
XYZ 34.37 18.51 39.79 -
YUV 110.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 208 49 170 0 0.76 0.18 0.18 314.34 0.63 0.5
Hex D0 31 AA 0 4C 12 12 13A 3F 32
Octal 320 61 252 0 114 22 22 472 77 62
Binary 11010000 110001 10101010 0 1001100 10010 10010 100111010 111111 110010

Color Harmonies of #D031AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031AA

Black with #D031AA

Text Example


Text Example

White with #D031AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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