Html Css Color HEX #DD04A3 Hollywood Cerise

📋 copy color: '#DD04A3'

red 221 ◦ green 4 ◦ blue 163

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

Shades of Hollywood Cerise #DD04A3

Tints of Hollywood Cerise #DD04A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.01%

R = 56.96%
G = 1.03%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD04A3 (or 0xDD04A3) is known color: Hollywood Cerise. HEX triplet: DD, 04 and A3. RGB value is (221,4,163). Sum of RGB (Red+Green+Blue) = 221+4+163=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04A3 is #22FB5C. Grayscale: #565656. Windows color (decimal): -2292573 or 10683613. OLE color: 10683613.

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

Color convert

RGB 221 4 163 -
CMYK 0 0.98 0.26 0.13
HSL 316.04º 0.96% 0.44% -
HSV(B) 316.04º 0.98% 0.87% -
XYZ 36.47 18.1 36.22 -
YUV 87.01 170.89 223.57 -
System Red Green Blue C M Y K H S L
Decimal 221 4 163 0 0.98 0.26 0.13 316.04 0.96 0.44
Hex DD 4 A3 0 62 1A D 13C 60 2C
Octal 335 4 243 0 142 32 15 474 140 54
Binary 11011101 100 10100011 0 1100010 11010 1101 100111100 1100000 101100

Color Harmonies of #DD04A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04A3

Black with #DD04A3

Text Example


Text Example

White with #DD04A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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