Html Css Color HEX #DD07A6 Hollywood Cerise

📋 copy color: '#DD07A6'

red 221 ◦ green 7 ◦ blue 166

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

Shades of Hollywood Cerise #DD07A6

Tints of Hollywood Cerise #DD07A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 56.09%
G = 1.78%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD07A6 (or 0xDD07A6) is known color: Hollywood Cerise. HEX triplet: DD, 07 and A6. RGB value is (221,7,166). Sum of RGB (Red+Green+Blue) = 221+7+166=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07A6 is #22F859. Grayscale: #585858. Windows color (decimal): -2291802 or 10880989. OLE color: 10880989.

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

Color convert

RGB 221 7 166 -
CMYK 0 0.97 0.25 0.13
HSL 315.42º 0.94% 0.45% -
HSV(B) 315.42º 0.97% 0.87% -
XYZ 36.78 18.28 37.67 -
YUV 89.11 171.4 222.07 -
System Red Green Blue C M Y K H S L
Decimal 221 7 166 0 0.97 0.25 0.13 315.42 0.94 0.45
Hex DD 7 A6 0 61 19 D 13B 5E 2D
Octal 335 7 246 0 141 31 15 473 136 55
Binary 11011101 111 10100110 0 1100001 11001 1101 100111011 1011110 101101

Color Harmonies of #DD07A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07A6

Black with #DD07A6

Text Example


Text Example

White with #DD07A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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