Html Css Color HEX #DD07A7 Hollywood Cerise

📋 copy color: '#DD07A7'

red 221 ◦ green 7 ◦ blue 167

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

Shades of Hollywood Cerise #DD07A7

Tints of Hollywood Cerise #DD07A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.28%

R = 55.95%
G = 1.77%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD07A7 (or 0xDD07A7) is known color: Hollywood Cerise. HEX triplet: DD, 07 and A7. RGB value is (221,7,167). Sum of RGB (Red+Green+Blue) = 221+7+167=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07A7 is #22F858. Grayscale: #585858. Windows color (decimal): -2291801 or 10946525. OLE color: 10946525.

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

Color convert

RGB 221 7 167 -
CMYK 0 0.97 0.24 0.13
HSL 315.14º 0.94% 0.45% -
HSV(B) 315.14º 0.97% 0.87% -
XYZ 36.87 18.31 38.15 -
YUV 89.23 171.9 221.99 -
System Red Green Blue C M Y K H S L
Decimal 221 7 167 0 0.97 0.24 0.13 315.14 0.94 0.45
Hex DD 7 A7 0 61 18 D 13B 5E 2D
Octal 335 7 247 0 141 30 15 473 136 55
Binary 11011101 111 10100111 0 1100001 11000 1101 100111011 1011110 101101

Color Harmonies of #DD07A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07A7

Black with #DD07A7

Text Example


Text Example

White with #DD07A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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