Html Css Color HEX #D8059F Hollywood Cerise

📋 copy color: '#D8059F'

red 216 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #D8059F

Tints of Hollywood Cerise #D8059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 56.84%
G = 1.32%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8059F (or 0xD8059F) is known color: Hollywood Cerise. HEX triplet: D8, 05 and 9F. RGB value is (216,5,159). Sum of RGB (Red+Green+Blue) = 216+5+159=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8059F is #27FA60. Grayscale: #555555. Windows color (decimal): -2620001 or 10421720. OLE color: 10421720.

HSL color Cylindrical-coordinate representation of color #D8059F: hue angle of 316.21º 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 #D8059F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 159 -
CMYK 0 0.98 0.26 0.15
HSL 316.21º 0.95% 0.43% -
HSV(B) 316.21º 0.98% 0.85% -
XYZ 34.63 17.21 34.3 -
YUV 85.65 169.4 220.98 -
System Red Green Blue C M Y K H S L
Decimal 216 5 159 0 0.98 0.26 0.15 316.21 0.95 0.43
Hex D8 5 9F 0 62 1A F 13C 5F 2B
Octal 330 5 237 0 142 32 17 474 137 53
Binary 11011000 101 10011111 0 1100010 11010 1111 100111100 1011111 101011

Color Harmonies of #D8059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8059F

Black with #D8059F

Text Example


Text Example

White with #D8059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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