Html Css Color HEX #DD119B Hollywood Cerise

📋 copy color: '#DD119B'

red 221 ◦ green 17 ◦ blue 155

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

Shades of Hollywood Cerise #DD119B

Tints of Hollywood Cerise #DD119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.33%

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

R = 56.23%
G = 4.33%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD119B (or 0xDD119B) is known color: Hollywood Cerise. HEX triplet: DD, 11 and 9B. RGB value is (221,17,155). Sum of RGB (Red+Green+Blue) = 221+17+155=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119B is #22EE64. Grayscale: #5D5D5D. Windows color (decimal): -2289253 or 10162653. OLE color: 10162653.

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

Color convert

RGB 221 17 155 -
CMYK 0 0.92 0.30 0.13
HSL 319.41º 0.86% 0.47% -
HSV(B) 319.41º 0.92% 0.87% -
XYZ 35.94 18.14 32.62 -
YUV 93.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 221 17 155 0 0.92 0.30 0.13 319.41 0.86 0.47
Hex DD 11 9B 0 5C 1E D 13F 56 2F
Octal 335 21 233 0 134 36 15 477 126 57
Binary 11011101 10001 10011011 0 1011100 11110 1101 100111111 1010110 101111

Color Harmonies of #DD119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD119B

Black with #DD119B

Text Example


Text Example

White with #DD119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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