Html Css Color HEX #DD03AA Hollywood Cerise

📋 copy color: '#DD03AA'

red 221 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #DD03AA

Tints of Hollywood Cerise #DD03AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 56.09%
G = 0.76%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD03AA (or 0xDD03AA) is known color: Hollywood Cerise. HEX triplet: DD, 03 and AA. RGB value is (221,3,170). Sum of RGB (Red+Green+Blue) = 221+3+170=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03AA is #22FC55. Grayscale: #565656. Windows color (decimal): -2292822 or 11142109. OLE color: 11142109.

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

Color convert

RGB 221 3 170 -
CMYK 0 0.99 0.23 0.13
HSL 314.04º 0.97% 0.44% -
HSV(B) 314.04º 0.99% 0.87% -
XYZ 37.11 18.34 39.61 -
YUV 87.22 174.72 223.42 -
System Red Green Blue C M Y K H S L
Decimal 221 3 170 0 0.99 0.23 0.13 314.04 0.97 0.44
Hex DD 3 AA 0 63 17 D 13A 61 2C
Octal 335 3 252 0 143 27 15 472 141 54
Binary 11011101 11 10101010 0 1100011 10111 1101 100111010 1100001 101100

Color Harmonies of #DD03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03AA

Black with #DD03AA

Text Example


Text Example

White with #DD03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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