Html Css Color HEX #D9099F Hollywood Cerise

📋 copy color: '#D9099F'

red 217 ◦ green 9 ◦ blue 159

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

Shades of Hollywood Cerise #D9099F

Tints of Hollywood Cerise #D9099F

RGB

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

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

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

R = 56.36%
G = 2.34%
B = 41.3%

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

#D9099F (or 0xD9099F) is known color: Hollywood Cerise. HEX triplet: D9, 09 and 9F. RGB value is (217,9,159). Sum of RGB (Red+Green+Blue) = 217+9+159=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9099F is #26F660. Grayscale: #575757. Windows color (decimal): -2553441 or 10422745. OLE color: 10422745.

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

Color convert

RGB 217 9 159 -
CMYK 0 0.96 0.27 0.15
HSL 316.73º 0.92% 0.44% -
HSV(B) 316.73º 0.96% 0.85% -
XYZ 34.97 17.45 34.33 -
YUV 88.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 217 9 159 0 0.96 0.27 0.15 316.73 0.92 0.44
Hex D9 9 9F 0 60 1B F 13D 5C 2C
Octal 331 11 237 0 140 33 17 475 134 54
Binary 11011001 1001 10011111 0 1100000 11011 1111 100111101 1011100 101100

Color Harmonies of #D9099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9099F

Black with #D9099F

Text Example


Text Example

White with #D9099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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