Html Css Color HEX #DD039A Hollywood Cerise

📋 copy color: '#DD039A'

red 221 ◦ green 3 ◦ blue 154

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

Shades of Hollywood Cerise #DD039A

Tints of Hollywood Cerise #DD039A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 58.47%
G = 0.79%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD039A (or 0xDD039A) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 9A. RGB value is (221,3,154). Sum of RGB (Red+Green+Blue) = 221+3+154=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD039A is #22FC65. Grayscale: #555555. Windows color (decimal): -2292838 or 10093533. OLE color: 10093533.

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

Color convert

RGB 221 3 154 -
CMYK 0 0.99 0.30 0.13
HSL 318.44º 0.97% 0.44% -
HSV(B) 318.44º 0.99% 0.87% -
XYZ 35.68 17.77 32.12 -
YUV 85.4 166.72 224.72 -
System Red Green Blue C M Y K H S L
Decimal 221 3 154 0 0.99 0.30 0.13 318.44 0.97 0.44
Hex DD 3 9A 0 63 1E D 13E 61 2C
Octal 335 3 232 0 143 36 15 476 141 54
Binary 11011101 11 10011010 0 1100011 11110 1101 100111110 1100001 101100

Color Harmonies of #DD039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD039A

Black with #DD039A

Text Example


Text Example

White with #DD039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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