Html Css Color HEX #D9099E Hollywood Cerise

📋 copy color: '#D9099E'

red 217 ◦ green 9 ◦ blue 158

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

Shades of Hollywood Cerise #D9099E

Tints of Hollywood Cerise #D9099E

RGB

 RED value IS 217 (85.16% from 255) = 56.51%

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 56.51%
G = 2.34%
B = 41.15%

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

#D9099E (or 0xD9099E) is known color: Hollywood Cerise. HEX triplet: D9, 09 and 9E. RGB value is (217,9,158). Sum of RGB (Red+Green+Blue) = 217+9+158=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D9099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9099E is #26F661. Grayscale: #575757. Windows color (decimal): -2553442 or 10357209. OLE color: 10357209.

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

Color convert

RGB 217 9 158 -
CMYK 0 0.96 0.27 0.15
HSL 317.02º 0.92% 0.44% -
HSV(B) 317.02º 0.96% 0.85% -
XYZ 34.88 17.42 33.87 -
YUV 88.18 167.41 219.88 -
System Red Green Blue C M Y K H S L
Decimal 217 9 158 0 0.96 0.27 0.15 317.02 0.92 0.44
Hex D9 9 9E 0 60 1B F 13D 5C 2C
Octal 331 11 236 0 140 33 17 475 134 54
Binary 11011001 1001 10011110 0 1100000 11011 1111 100111101 1011100 101100

Color Harmonies of #D9099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9099E

Black with #D9099E

Text Example


Text Example

White with #D9099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9099E; }

 p { color: rgb(217,9,158); }

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

background-color css

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

 a { background-color: rgb(217,9,158); }

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

border-color css

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

 span { border-color: rgb(217,9,158); }

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