Html Css Color HEX #DD109A Hollywood Cerise

📋 copy color: '#DD109A'

red 221 ◦ green 16 ◦ blue 154

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

Shades of Hollywood Cerise #DD109A

Tints of Hollywood Cerise #DD109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 56.52%
G = 4.09%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD109A (or 0xDD109A) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 9A. RGB value is (221,16,154). Sum of RGB (Red+Green+Blue) = 221+16+154=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109A is #22EF65. Grayscale: #5C5C5C. Windows color (decimal): -2289510 or 10096861. OLE color: 10096861.

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

Color convert

RGB 221 16 154 -
CMYK 0 0.93 0.30 0.13
HSL 319.61º 0.86% 0.46% -
HSV(B) 319.61º 0.93% 0.87% -
XYZ 35.84 18.08 32.17 -
YUV 93.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 221 16 154 0 0.93 0.30 0.13 319.61 0.86 0.46
Hex DD 10 9A 0 5D 1E D 140 56 2E
Octal 335 20 232 0 135 36 15 500 126 56
Binary 11011101 10000 10011010 0 1011101 11110 1101 101000000 1010110 101110

Color Harmonies of #DD109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD109A

Black with #DD109A

Text Example


Text Example

White with #DD109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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