Html Css Color HEX #DD0792 Hollywood Cerise

📋 copy color: '#DD0792'

red 221 ◦ green 7 ◦ blue 146

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

Shades of Hollywood Cerise #DD0792

Tints of Hollywood Cerise #DD0792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 59.09%
G = 1.87%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0792 (or 0xDD0792) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 92. RGB value is (221,7,146). Sum of RGB (Red+Green+Blue) = 221+7+146=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0792 is #22F86D. Grayscale: #565656. Windows color (decimal): -2291822 or 9570269. OLE color: 9570269.

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

Color convert

RGB 221 7 146 -
CMYK 0 0.97 0.34 0.13
HSL 321.03º 0.94% 0.45% -
HSV(B) 321.03º 0.97% 0.87% -
XYZ 35.08 17.6 28.74 -
YUV 86.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 221 7 146 0 0.97 0.34 0.13 321.03 0.94 0.45
Hex DD 7 92 0 61 22 D 141 5E 2D
Octal 335 7 222 0 141 42 15 501 136 55
Binary 11011101 111 10010010 0 1100001 100010 1101 101000001 1011110 101101

Color Harmonies of #DD0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0792

Black with #DD0792

Text Example


Text Example

White with #DD0792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0792; }

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

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

background-color css

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

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

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

border-color css

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

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

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