Html Css Color HEX #D80EA3 Hollywood Cerise

📋 copy color: '#D80EA3'

red 216 ◦ green 14 ◦ blue 163

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

Shades of Hollywood Cerise #D80EA3

Tints of Hollywood Cerise #D80EA3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.56%

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 54.96%
G = 3.56%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D80EA3 (or 0xD80EA3) is known color: Hollywood Cerise. HEX triplet: D8, 0E and A3. RGB value is (216,14,163). Sum of RGB (Red+Green+Blue) = 216+14+163=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EA3 is #27F15C. Grayscale: #5A5A5A. Windows color (decimal): -2617693 or 10686168. OLE color: 10686168.

HSL color Cylindrical-coordinate representation of color #D80EA3: hue angle of 315.74º degrees, saturation: 0.88, 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 #D80EA3 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 14 163 -
CMYK 0 0.94 0.25 0.15
HSL 315.74º 0.88% 0.45% -
HSV(B) 315.74º 0.94% 0.85% -
XYZ 35.09 17.56 36.19 -
YUV 91.38 168.42 216.88 -
System Red Green Blue C M Y K H S L
Decimal 216 14 163 0 0.94 0.25 0.15 315.74 0.88 0.45
Hex D8 E A3 0 5E 19 F 13C 58 2D
Octal 330 16 243 0 136 31 17 474 130 55
Binary 11011000 1110 10100011 0 1011110 11001 1111 100111100 1011000 101101

Color Harmonies of #D80EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EA3

Black with #D80EA3

Text Example


Text Example

White with #D80EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EA3; }

 p { color: rgb(216,14,163); }

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

background-color css

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

 a { background-color: rgb(216,14,163); }

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

border-color css

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

 span { border-color: rgb(216,14,163); }

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