Html Css Color HEX #D8099B Hollywood Cerise

📋 copy color: '#D8099B'

red 216 ◦ green 9 ◦ blue 155

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

Shades of Hollywood Cerise #D8099B

Tints of Hollywood Cerise #D8099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 56.84%
G = 2.37%
B = 40.79%

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

#D8099B (or 0xD8099B) is known color: Hollywood Cerise. HEX triplet: D8, 09 and 9B. RGB value is (216,9,155). Sum of RGB (Red+Green+Blue) = 216+9+155=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8099B is #27F664. Grayscale: #575757. Windows color (decimal): -2618981 or 10160600. OLE color: 10160600.

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

Color convert

RGB 216 9 155 -
CMYK 0 0.96 0.28 0.15
HSL 317.68º 0.92% 0.44% -
HSV(B) 317.68º 0.96% 0.85% -
XYZ 34.33 17.16 32.51 -
YUV 87.54 166.08 219.63 -
System Red Green Blue C M Y K H S L
Decimal 216 9 155 0 0.96 0.28 0.15 317.68 0.92 0.44
Hex D8 9 9B 0 60 1C F 13E 5C 2C
Octal 330 11 233 0 140 34 17 476 134 54
Binary 11011000 1001 10011011 0 1100000 11100 1111 100111110 1011100 101100

Color Harmonies of #D8099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8099B

Black with #D8099B

Text Example


Text Example

White with #D8099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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