Html Css Color HEX #DD089D Hollywood Cerise

📋 copy color: '#DD089D'

red 221 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #DD089D

Tints of Hollywood Cerise #DD089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 57.25%
G = 2.07%
B = 40.67%

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

#DD089D (or 0xDD089D) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 9D. RGB value is (221,8,157). Sum of RGB (Red+Green+Blue) = 221+8+157=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD089D is #22F762. Grayscale: #585858. Windows color (decimal): -2291555 or 10291421. OLE color: 10291421.

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

Color convert

RGB 221 8 157 -
CMYK 0 0.96 0.29 0.13
HSL 318.03º 0.93% 0.45% -
HSV(B) 318.03º 0.96% 0.87% -
XYZ 35.99 17.98 33.47 -
YUV 88.67 166.57 222.38 -
System Red Green Blue C M Y K H S L
Decimal 221 8 157 0 0.96 0.29 0.13 318.03 0.93 0.45
Hex DD 8 9D 0 60 1D D 13E 5D 2D
Octal 335 10 235 0 140 35 15 476 135 55
Binary 11011101 1000 10011101 0 1100000 11101 1101 100111110 1011101 101101

Color Harmonies of #DD089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD089D

Black with #DD089D

Text Example


Text Example

White with #DD089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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