Html Css Color HEX #DC079F Hollywood Cerise

📋 copy color: '#DC079F'

red 220 ◦ green 7 ◦ blue 159

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

Shades of Hollywood Cerise #DC079F

Tints of Hollywood Cerise #DC079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 56.99%
G = 1.81%
B = 41.19%

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

#DC079F (or 0xDC079F) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 9F. RGB value is (220,7,159). Sum of RGB (Red+Green+Blue) = 220+7+159=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC079F is #23F860. Grayscale: #575757. Windows color (decimal): -2357345 or 10422236. OLE color: 10422236.

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

Color convert

RGB 220 7 159 -
CMYK 0 0.97 0.28 0.14
HSL 317.18º 0.94% 0.45% -
HSV(B) 317.18º 0.97% 0.86% -
XYZ 35.85 17.87 34.36 -
YUV 88.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 220 7 159 0 0.97 0.28 0.14 317.18 0.94 0.45
Hex DC 7 9F 0 61 1C E 13D 5E 2D
Octal 334 7 237 0 141 34 16 475 136 55
Binary 11011100 111 10011111 0 1100001 11100 1110 100111101 1011110 101101

Color Harmonies of #DC079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC079F

Black with #DC079F

Text Example


Text Example

White with #DC079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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