Html Css Color HEX #DC079C Hollywood Cerise

📋 copy color: '#DC079C'

red 220 ◦ green 7 ◦ blue 156

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

Shades of Hollywood Cerise #DC079C

Tints of Hollywood Cerise #DC079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 57.44%
G = 1.83%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC079C (or 0xDC079C) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 9C. RGB value is (220,7,156). Sum of RGB (Red+Green+Blue) = 220+7+156=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC079C is #23F863. Grayscale: #575757. Windows color (decimal): -2357348 or 10225628. OLE color: 10225628.

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

Color convert

RGB 220 7 156 -
CMYK 0 0.97 0.29 0.14
HSL 318.03º 0.94% 0.45% -
HSV(B) 318.03º 0.97% 0.86% -
XYZ 35.59 17.77 33.01 -
YUV 87.67 166.57 222.38 -
System Red Green Blue C M Y K H S L
Decimal 220 7 156 0 0.97 0.29 0.14 318.03 0.94 0.45
Hex DC 7 9C 0 61 1D E 13E 5E 2D
Octal 334 7 234 0 141 35 16 476 136 55
Binary 11011100 111 10011100 0 1100001 11101 1110 100111110 1011110 101101

Color Harmonies of #DC079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC079C

Black with #DC079C

Text Example


Text Example

White with #DC079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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