Html Css Color HEX #D8059A Hollywood Cerise

📋 copy color: '#D8059A'

red 216 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #D8059A

Tints of Hollywood Cerise #D8059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 57.6%
G = 1.33%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8059A (or 0xD8059A) is known color: Hollywood Cerise. HEX triplet: D8, 05 and 9A. RGB value is (216,5,154). Sum of RGB (Red+Green+Blue) = 216+5+154=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8059A is #27FA65. Grayscale: #545454. Windows color (decimal): -2620006 or 10094040. OLE color: 10094040.

HSL color Cylindrical-coordinate representation of color #D8059A: hue angle of 317.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8059A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 154 -
CMYK 0 0.98 0.29 0.15
HSL 317.63º 0.95% 0.43% -
HSV(B) 317.63º 0.98% 0.85% -
XYZ 34.21 17.04 32.06 -
YUV 85.08 166.9 221.38 -
System Red Green Blue C M Y K H S L
Decimal 216 5 154 0 0.98 0.29 0.15 317.63 0.95 0.43
Hex D8 5 9A 0 62 1D F 13E 5F 2B
Octal 330 5 232 0 142 35 17 476 137 53
Binary 11011000 101 10011010 0 1100010 11101 1111 100111110 1011111 101011

Color Harmonies of #D8059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8059A

Black with #D8059A

Text Example


Text Example

White with #D8059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8059A; }

 p { color: rgb(216,5,154); }

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

background-color css

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

 a { background-color: rgb(216,5,154); }

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

border-color css

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

 span { border-color: rgb(216,5,154); }

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