Html Css Color HEX #DD07AF Hollywood Cerise

📋 copy color: '#DD07AF'

red 221 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #DD07AF

Tints of Hollywood Cerise #DD07AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 54.84%
G = 1.74%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD07AF (or 0xDD07AF) is known color: Hollywood Cerise. HEX triplet: DD, 07 and AF. RGB value is (221,7,175). Sum of RGB (Red+Green+Blue) = 221+7+175=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07AF is #22F850. Grayscale: #595959. Windows color (decimal): -2291793 or 11470813. OLE color: 11470813.

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

Color convert

RGB 221 7 175 -
CMYK 0 0.97 0.21 0.13
HSL 312.9º 0.94% 0.45% -
HSV(B) 312.9º 0.97% 0.87% -
XYZ 37.63 18.62 42.17 -
YUV 90.14 175.9 221.34 -
System Red Green Blue C M Y K H S L
Decimal 221 7 175 0 0.97 0.21 0.13 312.9 0.94 0.45
Hex DD 7 AF 0 61 15 D 139 5E 2D
Octal 335 7 257 0 141 25 15 471 136 55
Binary 11011101 111 10101111 0 1100001 10101 1101 100111001 1011110 101101

Color Harmonies of #DD07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07AF

Black with #DD07AF

Text Example


Text Example

White with #DD07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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