Html Css Color HEX #DD189E Hollywood Cerise

📋 copy color: '#DD189E'

red 221 ◦ green 24 ◦ blue 158

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

Shades of Hollywood Cerise #DD189E

Tints of Hollywood Cerise #DD189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 54.84%
G = 5.96%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD189E (or 0xDD189E) is known color: Hollywood Cerise. HEX triplet: DD, 18 and 9E. RGB value is (221,24,158). Sum of RGB (Red+Green+Blue) = 221+24+158=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD189E is #22E761. Grayscale: #616161. Windows color (decimal): -2287458 or 10361053. OLE color: 10361053.

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

Color convert

RGB 221 24 158 -
CMYK 0 0.89 0.29 0.13
HSL 319.19º 0.8% 0.48% -
HSV(B) 319.19º 0.89% 0.87% -
XYZ 36.32 18.49 34 -
YUV 98.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 221 24 158 0 0.89 0.29 0.13 319.19 0.8 0.48
Hex DD 18 9E 0 59 1D D 13F 50 30
Octal 335 30 236 0 131 35 15 477 120 60
Binary 11011101 11000 10011110 0 1011001 11101 1101 100111111 1010000 110000

Color Harmonies of #DD189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD189E

Black with #DD189E

Text Example


Text Example

White with #DD189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD189E; }

 p { color: rgb(221,24,158); }

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

background-color css

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

 a { background-color: rgb(221,24,158); }

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

border-color css

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

 span { border-color: rgb(221,24,158); }

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