Html Css Color HEX #DD109B Hollywood Cerise

📋 copy color: '#DD109B'

red 221 ◦ green 16 ◦ blue 155

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

Shades of Hollywood Cerise #DD109B

Tints of Hollywood Cerise #DD109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 56.38%
G = 4.08%
B = 39.54%

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

#DD109B (or 0xDD109B) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 9B. RGB value is (221,16,155). Sum of RGB (Red+Green+Blue) = 221+16+155=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109B is #22EF64. Grayscale: #5C5C5C. Windows color (decimal): -2289509 or 10162397. OLE color: 10162397.

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

Color convert

RGB 221 16 155 -
CMYK 0 0.93 0.30 0.13
HSL 319.32º 0.86% 0.46% -
HSV(B) 319.32º 0.93% 0.87% -
XYZ 35.92 18.11 32.61 -
YUV 93.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 221 16 155 0 0.93 0.30 0.13 319.32 0.86 0.46
Hex DD 10 9B 0 5D 1E D 13F 56 2E
Octal 335 20 233 0 135 36 15 477 126 56
Binary 11011101 10000 10011011 0 1011101 11110 1101 100111111 1010110 101110

Color Harmonies of #DD109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD109B

Black with #DD109B

Text Example


Text Example

White with #DD109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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