Html Css Color HEX #DD049E Hollywood Cerise

📋 copy color: '#DD049E'

red 221 ◦ green 4 ◦ blue 158

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

Shades of Hollywood Cerise #DD049E

Tints of Hollywood Cerise #DD049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 57.7%
G = 1.04%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD049E (or 0xDD049E) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 9E. RGB value is (221,4,158). Sum of RGB (Red+Green+Blue) = 221+4+158=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD049E is #22FB61. Grayscale: #565656. Windows color (decimal): -2292578 or 10355933. OLE color: 10355933.

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

Color convert

RGB 221 4 158 -
CMYK 0 0.98 0.29 0.13
HSL 317.42º 0.96% 0.44% -
HSV(B) 317.42º 0.98% 0.87% -
XYZ 36.03 17.93 33.91 -
YUV 86.44 168.39 223.98 -
System Red Green Blue C M Y K H S L
Decimal 221 4 158 0 0.98 0.29 0.13 317.42 0.96 0.44
Hex DD 4 9E 0 62 1D D 13D 60 2C
Octal 335 4 236 0 142 35 15 475 140 54
Binary 11011101 100 10011110 0 1100010 11101 1101 100111101 1100000 101100

Color Harmonies of #DD049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD049E

Black with #DD049E

Text Example


Text Example

White with #DD049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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