Html Css Color HEX #D9099A Hollywood Cerise

📋 copy color: '#D9099A'

red 217 ◦ green 9 ◦ blue 154

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

Shades of Hollywood Cerise #D9099A

Tints of Hollywood Cerise #D9099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 57.11%
G = 2.37%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9099A (or 0xD9099A) is known color: Hollywood Cerise. HEX triplet: D9, 09 and 9A. RGB value is (217,9,154). Sum of RGB (Red+Green+Blue) = 217+9+154=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9099A is #26F665. Grayscale: #575757. Windows color (decimal): -2553446 or 10095065. OLE color: 10095065.

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

Color convert

RGB 217 9 154 -
CMYK 0 0.96 0.29 0.15
HSL 318.17º 0.92% 0.44% -
HSV(B) 318.17º 0.96% 0.85% -
XYZ 34.55 17.28 32.09 -
YUV 87.72 165.41 220.21 -
System Red Green Blue C M Y K H S L
Decimal 217 9 154 0 0.96 0.29 0.15 318.17 0.92 0.44
Hex D9 9 9A 0 60 1D F 13E 5C 2C
Octal 331 11 232 0 140 35 17 476 134 54
Binary 11011001 1001 10011010 0 1100000 11101 1111 100111110 1011100 101100

Color Harmonies of #D9099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9099A

Black with #D9099A

Text Example


Text Example

White with #D9099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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