Html Css Color HEX #DD119D Hollywood Cerise

📋 copy color: '#DD119D'

red 221 ◦ green 17 ◦ blue 157

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

Shades of Hollywood Cerise #DD119D

Tints of Hollywood Cerise #DD119D

RGB

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

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

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

R = 55.95%
G = 4.3%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD119D (or 0xDD119D) is known color: Hollywood Cerise. HEX triplet: DD, 11 and 9D. RGB value is (221,17,157). Sum of RGB (Red+Green+Blue) = 221+17+157=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119D is #22EE62. Grayscale: #5D5D5D. Windows color (decimal): -2289251 or 10293725. OLE color: 10293725.

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

Color convert

RGB 221 17 157 -
CMYK 0 0.92 0.29 0.13
HSL 318.82º 0.86% 0.47% -
HSV(B) 318.82º 0.92% 0.87% -
XYZ 36.11 18.21 33.51 -
YUV 93.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 221 17 157 0 0.92 0.29 0.13 318.82 0.86 0.47
Hex DD 11 9D 0 5C 1D D 13F 56 2F
Octal 335 21 235 0 134 35 15 477 126 57
Binary 11011101 10001 10011101 0 1011100 11101 1101 100111111 1010110 101111

Color Harmonies of #DD119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD119D

Black with #DD119D

Text Example


Text Example

White with #DD119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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