Html Css Color HEX #DD099D Hollywood Cerise

📋 copy color: '#DD099D'

red 221 ◦ green 9 ◦ blue 157

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

Shades of Hollywood Cerise #DD099D

Tints of Hollywood Cerise #DD099D

RGB

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

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

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

R = 57.11%
G = 2.33%
B = 40.57%

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

#DD099D (or 0xDD099D) is known color: Hollywood Cerise. HEX triplet: DD, 09 and 9D. RGB value is (221,9,157). Sum of RGB (Red+Green+Blue) = 221+9+157=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD099D is #22F662. Grayscale: #585858. Windows color (decimal): -2291299 or 10291677. OLE color: 10291677.

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

Color convert

RGB 221 9 157 -
CMYK 0 0.96 0.29 0.13
HSL 318.11º 0.92% 0.45% -
HSV(B) 318.11º 0.96% 0.87% -
XYZ 36 18 33.48 -
YUV 89.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 221 9 157 0 0.96 0.29 0.13 318.11 0.92 0.45
Hex DD 9 9D 0 60 1D D 13E 5C 2D
Octal 335 11 235 0 140 35 15 476 134 55
Binary 11011101 1001 10011101 0 1100000 11101 1101 100111110 1011100 101101

Color Harmonies of #DD099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD099D

Black with #DD099D

Text Example


Text Example

White with #DD099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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