Html Css Color HEX #D8099D Hollywood Cerise

📋 copy color: '#D8099D'

red 216 ◦ green 9 ◦ blue 157

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

Shades of Hollywood Cerise #D8099D

Tints of Hollywood Cerise #D8099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 56.54%
G = 2.36%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8099D (or 0xD8099D) is known color: Hollywood Cerise. HEX triplet: D8, 09 and 9D. RGB value is (216,9,157). Sum of RGB (Red+Green+Blue) = 216+9+157=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8099D is #27F662. Grayscale: #575757. Windows color (decimal): -2618979 or 10291672. OLE color: 10291672.

HSL color Cylindrical-coordinate representation of color #D8099D: hue angle of 317.1º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8099D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 157 -
CMYK 0 0.96 0.27 0.15
HSL 317.1º 0.92% 0.44% -
HSV(B) 317.1º 0.96% 0.85% -
XYZ 34.5 17.23 33.41 -
YUV 87.77 167.08 219.47 -
System Red Green Blue C M Y K H S L
Decimal 216 9 157 0 0.96 0.27 0.15 317.1 0.92 0.44
Hex D8 9 9D 0 60 1B F 13D 5C 2C
Octal 330 11 235 0 140 33 17 475 134 54
Binary 11011000 1001 10011101 0 1100000 11011 1111 100111101 1011100 101100

Color Harmonies of #D8099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8099D

Black with #D8099D

Text Example


Text Example

White with #D8099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8099D; }

 p { color: rgb(216,9,157); }

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

background-color css

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

 a { background-color: rgb(216,9,157); }

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

border-color css

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

 span { border-color: rgb(216,9,157); }

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