Html Css Color HEX #DD19A7 Hollywood Cerise

📋 copy color: '#DD19A7'

red 221 ◦ green 25 ◦ blue 167

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

Shades of Hollywood Cerise #DD19A7

Tints of Hollywood Cerise #DD19A7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.05%

 BLUE value IS 167 (65.63% from 255) = 40.44%

R = 53.51%
G = 6.05%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD19A7 (or 0xDD19A7) is known color: Hollywood Cerise. HEX triplet: DD, 19 and A7. RGB value is (221,25,167). Sum of RGB (Red+Green+Blue) = 221+25+167=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19A7 is #22E658. Grayscale: #636363. Windows color (decimal): -2287193 or 10951133. OLE color: 10951133.

HSL color Cylindrical-coordinate representation of color #DD19A7: hue angle of 316.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19A7 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 167 -
CMYK 0 0.89 0.24 0.13
HSL 316.53º 0.8% 0.48% -
HSV(B) 316.53º 0.89% 0.87% -
XYZ 37.14 18.86 38.24 -
YUV 99.79 165.93 214.45 -
System Red Green Blue C M Y K H S L
Decimal 221 25 167 0 0.89 0.24 0.13 316.53 0.8 0.48
Hex DD 19 A7 0 59 18 D 13D 50 30
Octal 335 31 247 0 131 30 15 475 120 60
Binary 11011101 11001 10100111 0 1011001 11000 1101 100111101 1010000 110000

Color Harmonies of #DD19A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19A7

Black with #DD19A7

Text Example


Text Example

White with #DD19A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19A7; }

 p { color: rgb(221,25,167); }

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

background-color css

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

 a { background-color: rgb(221,25,167); }

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

border-color css

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

 span { border-color: rgb(221,25,167); }

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