Html Css Color HEX #DD039E Hollywood Cerise

📋 copy color: '#DD039E'

red 221 ◦ green 3 ◦ blue 158

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

Shades of Hollywood Cerise #DD039E

Tints of Hollywood Cerise #DD039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 57.85%
G = 0.79%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD039E (or 0xDD039E) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 9E. RGB value is (221,3,158). Sum of RGB (Red+Green+Blue) = 221+3+158=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD039E is #22FC61. Grayscale: #555555. Windows color (decimal): -2292834 or 10355677. OLE color: 10355677.

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

Color convert

RGB 221 3 158 -
CMYK 0 0.99 0.29 0.13
HSL 317.34º 0.97% 0.44% -
HSV(B) 317.34º 0.99% 0.87% -
XYZ 36.02 17.91 33.91 -
YUV 85.85 168.72 224.4 -
System Red Green Blue C M Y K H S L
Decimal 221 3 158 0 0.99 0.29 0.13 317.34 0.97 0.44
Hex DD 3 9E 0 63 1D D 13D 61 2C
Octal 335 3 236 0 143 35 15 475 141 54
Binary 11011101 11 10011110 0 1100011 11101 1101 100111101 1100001 101100

Color Harmonies of #DD039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD039E

Black with #DD039E

Text Example


Text Example

White with #DD039E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD039E; }

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

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

background-color css

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

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

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

border-color css

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

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

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