Html Css Color HEX #DD07A2 Hollywood Cerise

📋 copy color: '#DD07A2'

red 221 ◦ green 7 ◦ blue 162

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

Shades of Hollywood Cerise #DD07A2

Tints of Hollywood Cerise #DD07A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 56.67%
G = 1.79%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD07A2 (or 0xDD07A2) is known color: Hollywood Cerise. HEX triplet: DD, 07 and A2. RGB value is (221,7,162). Sum of RGB (Red+Green+Blue) = 221+7+162=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07A2 is #22F85D. Grayscale: #585858. Windows color (decimal): -2291806 or 10618845. OLE color: 10618845.

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

Color convert

RGB 221 7 162 -
CMYK 0 0.97 0.27 0.13
HSL 316.54º 0.94% 0.45% -
HSV(B) 316.54º 0.97% 0.87% -
XYZ 36.42 18.13 35.76 -
YUV 88.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 221 7 162 0 0.97 0.27 0.13 316.54 0.94 0.45
Hex DD 7 A2 0 61 1B D 13D 5E 2D
Octal 335 7 242 0 141 33 15 475 136 55
Binary 11011101 111 10100010 0 1100001 11011 1101 100111101 1011110 101101

Color Harmonies of #DD07A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07A2

Black with #DD07A2

Text Example


Text Example

White with #DD07A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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