Html Css Color HEX #D9089A Hollywood Cerise

📋 copy color: '#D9089A'

red 217 ◦ green 8 ◦ blue 154

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

Shades of Hollywood Cerise #D9089A

Tints of Hollywood Cerise #D9089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 57.26%
G = 2.11%
B = 40.63%

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

#D9089A (or 0xD9089A) is known color: Hollywood Cerise. HEX triplet: D9, 08 and 9A. RGB value is (217,8,154). Sum of RGB (Red+Green+Blue) = 217+8+154=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9089A is #26F765. Grayscale: #565656. Windows color (decimal): -2553702 or 10094809. OLE color: 10094809.

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

Color convert

RGB 217 8 154 -
CMYK 0 0.96 0.29 0.15
HSL 318.09º 0.93% 0.44% -
HSV(B) 318.09º 0.96% 0.85% -
XYZ 34.53 17.26 32.08 -
YUV 87.14 165.74 220.63 -
System Red Green Blue C M Y K H S L
Decimal 217 8 154 0 0.96 0.29 0.15 318.09 0.93 0.44
Hex D9 8 9A 0 60 1D F 13E 5D 2C
Octal 331 10 232 0 140 35 17 476 135 54
Binary 11011001 1000 10011010 0 1100000 11101 1111 100111110 1011101 101100

Color Harmonies of #D9089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9089A

Black with #D9089A

Text Example


Text Example

White with #D9089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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