Html Css Color HEX #DD109D Hollywood Cerise

📋 copy color: '#DD109D'

red 221 ◦ green 16 ◦ blue 157

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

Shades of Hollywood Cerise #DD109D

Tints of Hollywood Cerise #DD109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.06%

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

R = 56.09%
G = 4.06%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD109D (or 0xDD109D) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 9D. RGB value is (221,16,157). Sum of RGB (Red+Green+Blue) = 221+16+157=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109D is #22EF62. Grayscale: #5D5D5D. Windows color (decimal): -2289507 or 10293469. OLE color: 10293469.

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

Color convert

RGB 221 16 157 -
CMYK 0 0.93 0.29 0.13
HSL 318.73º 0.86% 0.46% -
HSV(B) 318.73º 0.93% 0.87% -
XYZ 36.09 18.18 33.5 -
YUV 93.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 221 16 157 0 0.93 0.29 0.13 318.73 0.86 0.46
Hex DD 10 9D 0 5D 1D D 13F 56 2E
Octal 335 20 235 0 135 35 15 477 126 56
Binary 11011101 10000 10011101 0 1011101 11101 1101 100111111 1010110 101110

Color Harmonies of #DD109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD109D

Black with #DD109D

Text Example


Text Example

White with #DD109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD109D; }

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

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

background-color css

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

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

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

border-color css

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

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

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