Html Css Color HEX #DD07AC Hollywood Cerise

📋 copy color: '#DD07AC'

red 221 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #DD07AC

Tints of Hollywood Cerise #DD07AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 55.25%
G = 1.75%
B = 43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD07AC (or 0xDD07AC) is known color: Hollywood Cerise. HEX triplet: DD, 07 and AC. RGB value is (221,7,172). Sum of RGB (Red+Green+Blue) = 221+7+172=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07AC is #22F853. Grayscale: #595959. Windows color (decimal): -2291796 or 11274205. OLE color: 11274205.

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

Color convert

RGB 221 7 172 -
CMYK 0 0.97 0.22 0.13
HSL 313.74º 0.94% 0.45% -
HSV(B) 313.74º 0.97% 0.87% -
XYZ 37.34 18.5 40.63 -
YUV 89.8 174.4 221.58 -
System Red Green Blue C M Y K H S L
Decimal 221 7 172 0 0.97 0.22 0.13 313.74 0.94 0.45
Hex DD 7 AC 0 61 16 D 13A 5E 2D
Octal 335 7 254 0 141 26 15 472 136 55
Binary 11011101 111 10101100 0 1100001 10110 1101 100111010 1011110 101101

Color Harmonies of #DD07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07AC

Black with #DD07AC

Text Example


Text Example

White with #DD07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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