Html Css Color HEX #DD189F Hollywood Cerise

📋 copy color: '#DD189F'

red 221 ◦ green 24 ◦ blue 159

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

Shades of Hollywood Cerise #DD189F

Tints of Hollywood Cerise #DD189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 54.7%
G = 5.94%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD189F (or 0xDD189F) is known color: Hollywood Cerise. HEX triplet: DD, 18 and 9F. RGB value is (221,24,159). Sum of RGB (Red+Green+Blue) = 221+24+159=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD189F is #22E760. Grayscale: #616161. Windows color (decimal): -2287457 or 10426589. OLE color: 10426589.

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

Color convert

RGB 221 24 159 -
CMYK 0 0.89 0.28 0.13
HSL 318.88º 0.8% 0.48% -
HSV(B) 318.88º 0.89% 0.87% -
XYZ 36.4 18.53 34.46 -
YUV 98.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 221 24 159 0 0.89 0.28 0.13 318.88 0.8 0.48
Hex DD 18 9F 0 59 1C D 13F 50 30
Octal 335 30 237 0 131 34 15 477 120 60
Binary 11011101 11000 10011111 0 1011001 11100 1101 100111111 1010000 110000

Color Harmonies of #DD189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD189F

Black with #DD189F

Text Example


Text Example

White with #DD189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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