Html Css Color HEX #DC079E Hollywood Cerise

📋 copy color: '#DC079E'

red 220 ◦ green 7 ◦ blue 158

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

Shades of Hollywood Cerise #DC079E

Tints of Hollywood Cerise #DC079E

RGB

 RED value IS 220 (86.33% from 255) = 57.14%

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 57.14%
G = 1.82%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC079E (or 0xDC079E) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 9E. RGB value is (220,7,158). Sum of RGB (Red+Green+Blue) = 220+7+158=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC079E is #23F861. Grayscale: #575757. Windows color (decimal): -2357346 or 10356700. OLE color: 10356700.

HSL color Cylindrical-coordinate representation of color #DC079E: hue angle of 317.46º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC079E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 158 -
CMYK 0 0.97 0.28 0.14
HSL 317.46º 0.94% 0.45% -
HSV(B) 317.46º 0.97% 0.86% -
XYZ 35.76 17.84 33.91 -
YUV 87.9 167.57 222.22 -
System Red Green Blue C M Y K H S L
Decimal 220 7 158 0 0.97 0.28 0.14 317.46 0.94 0.45
Hex DC 7 9E 0 61 1C E 13D 5E 2D
Octal 334 7 236 0 141 34 16 475 136 55
Binary 11011100 111 10011110 0 1100001 11100 1110 100111101 1011110 101101

Color Harmonies of #DC079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC079E

Black with #DC079E

Text Example


Text Example

White with #DC079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC079E; }

 p { color: rgb(220,7,158); }

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

background-color css

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

 a { background-color: rgb(220,7,158); }

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

border-color css

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

 span { border-color: rgb(220,7,158); }

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