Html Css Color HEX #DD07AA Hollywood Cerise

📋 copy color: '#DD07AA'

red 221 ◦ green 7 ◦ blue 170

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

Shades of Hollywood Cerise #DD07AA

Tints of Hollywood Cerise #DD07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 55.53%
G = 1.76%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD07AA (or 0xDD07AA) is known color: Hollywood Cerise. HEX triplet: DD, 07 and AA. RGB value is (221,7,170). Sum of RGB (Red+Green+Blue) = 221+7+170=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07AA is #22F855. Grayscale: #595959. Windows color (decimal): -2291798 or 11143133. OLE color: 11143133.

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

Color convert

RGB 221 7 170 -
CMYK 0 0.97 0.23 0.13
HSL 314.3º 0.94% 0.45% -
HSV(B) 314.3º 0.97% 0.87% -
XYZ 37.15 18.43 39.63 -
YUV 89.57 173.4 221.75 -
System Red Green Blue C M Y K H S L
Decimal 221 7 170 0 0.97 0.23 0.13 314.3 0.94 0.45
Hex DD 7 AA 0 61 17 D 13A 5E 2D
Octal 335 7 252 0 141 27 15 472 136 55
Binary 11011101 111 10101010 0 1100001 10111 1101 100111010 1011110 101101

Color Harmonies of #DD07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07AA

Black with #DD07AA

Text Example


Text Example

White with #DD07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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