Html Css Color HEX #D8099C Hollywood Cerise

📋 copy color: '#D8099C'

red 216 ◦ green 9 ◦ blue 156

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

Shades of Hollywood Cerise #D8099C

Tints of Hollywood Cerise #D8099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 56.69%
G = 2.36%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8099C (or 0xD8099C) is known color: Hollywood Cerise. HEX triplet: D8, 09 and 9C. RGB value is (216,9,156). Sum of RGB (Red+Green+Blue) = 216+9+156=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8099C is #27F663. Grayscale: #575757. Windows color (decimal): -2618980 or 10226136. OLE color: 10226136.

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

Color convert

RGB 216 9 156 -
CMYK 0 0.96 0.28 0.15
HSL 317.39º 0.92% 0.44% -
HSV(B) 317.39º 0.96% 0.85% -
XYZ 34.42 17.19 32.96 -
YUV 87.65 166.58 219.55 -
System Red Green Blue C M Y K H S L
Decimal 216 9 156 0 0.96 0.28 0.15 317.39 0.92 0.44
Hex D8 9 9C 0 60 1C F 13D 5C 2C
Octal 330 11 234 0 140 34 17 475 134 54
Binary 11011000 1001 10011100 0 1100000 11100 1111 100111101 1011100 101100

Color Harmonies of #D8099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8099C

Black with #D8099C

Text Example


Text Example

White with #D8099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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