Html Css Color HEX #DD07B4 Hollywood Cerise

📋 copy color: '#DD07B4'

red 221 ◦ green 7 ◦ blue 180

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

Shades of Hollywood Cerise #DD07B4

Tints of Hollywood Cerise #DD07B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 54.17%
G = 1.72%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD07B4 (or 0xDD07B4) is known color: Hollywood Cerise. HEX triplet: DD, 07 and B4. RGB value is (221,7,180). Sum of RGB (Red+Green+Blue) = 221+7+180=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07B4 is #22F84B. Grayscale: #5A5A5A. Windows color (decimal): -2291788 or 11798493. OLE color: 11798493.

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

Color convert

RGB 221 7 180 -
CMYK 0 0.97 0.19 0.13
HSL 311.5º 0.94% 0.45% -
HSV(B) 311.5º 0.97% 0.87% -
XYZ 38.13 18.82 44.8 -
YUV 90.71 178.4 220.93 -
System Red Green Blue C M Y K H S L
Decimal 221 7 180 0 0.97 0.19 0.13 311.5 0.94 0.45
Hex DD 7 B4 0 61 13 D 137 5E 2D
Octal 335 7 264 0 141 23 15 467 136 55
Binary 11011101 111 10110100 0 1100001 10011 1101 100110111 1011110 101101

Color Harmonies of #DD07B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07B4

Black with #DD07B4

Text Example


Text Example

White with #DD07B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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