Html Css Color HEX #DD019C Hollywood Cerise

📋 copy color: '#DD019C'

red 221 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #DD019C

Tints of Hollywood Cerise #DD019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 58.47%
G = 0.26%
B = 41.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD019C (or 0xDD019C) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 9C. RGB value is (221,1,156). Sum of RGB (Red+Green+Blue) = 221+1+156=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD019C is #22FE63. Grayscale: #545454. Windows color (decimal): -2293348 or 10224093. OLE color: 10224093.

HSL color Cylindrical-coordinate representation of color #DD019C: hue angle of 317.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD019C is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 156 -
CMYK 0 1.00 0.29 0.13
HSL 317.73º 0.99% 0.44% -
HSV(B) 317.73º 1% 0.87% -
XYZ 35.83 17.79 33 -
YUV 84.45 168.39 225.4 -
System Red Green Blue C M Y K H S L
Decimal 221 1 156 0 1.00 0.29 0.13 317.73 0.99 0.44
Hex DD 1 9C 0 64 1D D 13E 63 2C
Octal 335 1 234 0 144 35 15 476 143 54
Binary 11011101 1 10011100 0 1100100 11101 1101 100111110 1100011 101100

Color Harmonies of #DD019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD019C

Black with #DD019C

Text Example


Text Example

White with #DD019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD019C; }

 p { color: rgb(221,1,156); }

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

background-color css

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

 a { background-color: rgb(221,1,156); }

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

border-color css

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

 span { border-color: rgb(221,1,156); }

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