Html Css Color HEX #DD119A Hollywood Cerise

📋 copy color: '#DD119A'

red 221 ◦ green 17 ◦ blue 154

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

Shades of Hollywood Cerise #DD119A

Tints of Hollywood Cerise #DD119A

RGB

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

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

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

R = 56.38%
G = 4.34%
B = 39.29%

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

#DD119A (or 0xDD119A) is known color: Hollywood Cerise. HEX triplet: DD, 11 and 9A. RGB value is (221,17,154). Sum of RGB (Red+Green+Blue) = 221+17+154=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119A is #22EE65. Grayscale: #5D5D5D. Windows color (decimal): -2289254 or 10097117. OLE color: 10097117.

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

Color convert

RGB 221 17 154 -
CMYK 0 0.92 0.30 0.13
HSL 319.71º 0.86% 0.47% -
HSV(B) 319.71º 0.92% 0.87% -
XYZ 35.85 18.11 32.18 -
YUV 93.61 162.09 218.86 -
System Red Green Blue C M Y K H S L
Decimal 221 17 154 0 0.92 0.30 0.13 319.71 0.86 0.47
Hex DD 11 9A 0 5C 1E D 140 56 2F
Octal 335 21 232 0 134 36 15 500 126 57
Binary 11011101 10001 10011010 0 1011100 11110 1101 101000000 1010110 101111

Color Harmonies of #DD119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD119A

Black with #DD119A

Text Example


Text Example

White with #DD119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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