Html Css Color HEX #DD119F Hollywood Cerise

📋 copy color: '#DD119F'

red 221 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #DD119F

Tints of Hollywood Cerise #DD119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 55.67%
G = 4.28%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD119F (or 0xDD119F) is known color: Hollywood Cerise. HEX triplet: DD, 11 and 9F. RGB value is (221,17,159). Sum of RGB (Red+Green+Blue) = 221+17+159=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119F is #22EE60. Grayscale: #5D5D5D. Windows color (decimal): -2289249 or 10424797. OLE color: 10424797.

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

Color convert

RGB 221 17 159 -
CMYK 0 0.92 0.28 0.13
HSL 318.24º 0.86% 0.47% -
HSV(B) 318.24º 0.92% 0.87% -
XYZ 36.28 18.28 34.42 -
YUV 94.18 164.59 218.45 -
System Red Green Blue C M Y K H S L
Decimal 221 17 159 0 0.92 0.28 0.13 318.24 0.86 0.47
Hex DD 11 9F 0 5C 1C D 13E 56 2F
Octal 335 21 237 0 134 34 15 476 126 57
Binary 11011101 10001 10011111 0 1011100 11100 1101 100111110 1010110 101111

Color Harmonies of #DD119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD119F

Black with #DD119F

Text Example


Text Example

White with #DD119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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