Html Css Color HEX #DD089C Hollywood Cerise

📋 copy color: '#DD089C'

red 221 ◦ green 8 ◦ blue 156

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

Shades of Hollywood Cerise #DD089C

Tints of Hollywood Cerise #DD089C

RGB

 RED value IS 221 (86.72% from 255) = 57.4%

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

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 57.4%
G = 2.08%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD089C (or 0xDD089C) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 9C. RGB value is (221,8,156). Sum of RGB (Red+Green+Blue) = 221+8+156=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD089C is #22F763. Grayscale: #585858. Windows color (decimal): -2291556 or 10225885. OLE color: 10225885.

HSL color Cylindrical-coordinate representation of color #DD089C: hue angle of 318.31º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD089C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 156 -
CMYK 0 0.96 0.29 0.13
HSL 318.31º 0.93% 0.45% -
HSV(B) 318.31º 0.96% 0.87% -
XYZ 35.91 17.95 33.02 -
YUV 88.56 166.07 222.47 -
System Red Green Blue C M Y K H S L
Decimal 221 8 156 0 0.96 0.29 0.13 318.31 0.93 0.45
Hex DD 8 9C 0 60 1D D 13E 5D 2D
Octal 335 10 234 0 140 35 15 476 135 55
Binary 11011101 1000 10011100 0 1100000 11101 1101 100111110 1011101 101101

Color Harmonies of #DD089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD089C

Black with #DD089C

Text Example


Text Example

White with #DD089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD089C; }

 p { color: rgb(221,8,156); }

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

background-color css

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

 a { background-color: rgb(221,8,156); }

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

border-color css

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

 span { border-color: rgb(221,8,156); }

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