Html Css Color HEX #DD07A4 Hollywood Cerise

📋 copy color: '#DD07A4'

red 221 ◦ green 7 ◦ blue 164

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

Shades of Hollywood Cerise #DD07A4

Tints of Hollywood Cerise #DD07A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 56.38%
G = 1.79%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD07A4 (or 0xDD07A4) is known color: Hollywood Cerise. HEX triplet: DD, 07 and A4. RGB value is (221,7,164). Sum of RGB (Red+Green+Blue) = 221+7+164=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07A4 is #22F85B. Grayscale: #585858. Windows color (decimal): -2291804 or 10749917. OLE color: 10749917.

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

Color convert

RGB 221 7 164 -
CMYK 0 0.97 0.26 0.13
HSL 315.98º 0.94% 0.45% -
HSV(B) 315.98º 0.97% 0.87% -
XYZ 36.6 18.2 36.71 -
YUV 88.88 170.4 222.23 -
System Red Green Blue C M Y K H S L
Decimal 221 7 164 0 0.97 0.26 0.13 315.98 0.94 0.45
Hex DD 7 A4 0 61 1A D 13C 5E 2D
Octal 335 7 244 0 141 32 15 474 136 55
Binary 11011101 111 10100100 0 1100001 11010 1101 100111100 1011110 101101

Color Harmonies of #DD07A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07A4

Black with #DD07A4

Text Example


Text Example

White with #DD07A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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