Html Css Color HEX #DC077B Medium Violet Red

📋 copy color: '#DC077B'

red 220 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #DC077B

Tints of Medium Violet Red #DC077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 62.86%
G = 2%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC077B (or 0xDC077B) is known color: Medium Violet Red. HEX triplet: DC, 07 and 7B. RGB value is (220,7,123). Sum of RGB (Red+Green+Blue) = 220+7+123=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC077B is #23F884. Grayscale: #535353. Windows color (decimal): -2357381 or 8062940. OLE color: 8062940.

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

Color convert

RGB 220 7 123 -
CMYK 0 0.97 0.44 0.14
HSL 327.32º 0.94% 0.45% -
HSV(B) 327.32º 0.97% 0.86% -
XYZ 33.17 16.8 20.23 -
YUV 83.91 150.07 225.07 -
System Red Green Blue C M Y K H S L
Decimal 220 7 123 0 0.97 0.44 0.14 327.32 0.94 0.45
Hex DC 7 7B 0 61 2C E 147 5E 2D
Octal 334 7 173 0 141 54 16 507 136 55
Binary 11011100 111 1111011 0 1100001 101100 1110 101000111 1011110 101101

Color Harmonies of #DC077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC077B

Black with #DC077B

Text Example


Text Example

White with #DC077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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