Html Css Color HEX #DD019E Hollywood Cerise

📋 copy color: '#DD019E'

red 221 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #DD019E

Tints of Hollywood Cerise #DD019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 58.16%
G = 0.26%
B = 41.58%

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

#DD019E (or 0xDD019E) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 9E. RGB value is (221,1,158). Sum of RGB (Red+Green+Blue) = 221+1+158=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD019E is #22FE61. Grayscale: #545454. Windows color (decimal): -2293346 or 10355165. OLE color: 10355165.

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

Color convert

RGB 221 1 158 -
CMYK 0 1.00 0.29 0.13
HSL 317.18º 0.99% 0.44% -
HSV(B) 317.18º 1% 0.87% -
XYZ 36 17.86 33.9 -
YUV 84.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 221 1 158 0 1.00 0.29 0.13 317.18 0.99 0.44
Hex DD 1 9E 0 64 1D D 13D 63 2C
Octal 335 1 236 0 144 35 15 475 143 54
Binary 11011101 1 10011110 0 1100100 11101 1101 100111101 1100011 101100

Color Harmonies of #DD019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD019E

Black with #DD019E

Text Example


Text Example

White with #DD019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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