Html Css Color HEX #D80DAE Hollywood Cerise

📋 copy color: '#D80DAE'

red 216 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #D80DAE

Tints of Hollywood Cerise #D80DAE

RGB

 RED value IS 216 (84.77% from 255) = 53.6%

 GREEN value IS 13 (5.47% from 255) = 3.23%

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

R = 53.6%
G = 3.23%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D80DAE (or 0xD80DAE) is known color: Hollywood Cerise. HEX triplet: D8, 0D and AE. RGB value is (216,13,174). Sum of RGB (Red+Green+Blue) = 216+13+174=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80DAE is #27F251. Grayscale: #5B5B5B. Windows color (decimal): -2617938 or 11406808. OLE color: 11406808.

HSL color Cylindrical-coordinate representation of color #D80DAE: hue angle of 312.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80DAE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 13 174 -
CMYK 0 0.94 0.19 0.15
HSL 312.41º 0.89% 0.45% -
HSV(B) 312.41º 0.94% 0.85% -
XYZ 36.1 17.94 41.6 -
YUV 92.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 216 13 174 0 0.94 0.19 0.15 312.41 0.89 0.45
Hex D8 D AE 0 5E 13 F 138 59 2D
Octal 330 15 256 0 136 23 17 470 131 55
Binary 11011000 1101 10101110 0 1011110 10011 1111 100111000 1011001 101101

Color Harmonies of #D80DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DAE

Black with #D80DAE

Text Example


Text Example

White with #D80DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DAE; }

 p { color: rgb(216,13,174); }

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

background-color css

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

 a { background-color: rgb(216,13,174); }

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

border-color css

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

 span { border-color: rgb(216,13,174); }

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