Html Css Color HEX #DC0B80 Medium Violet Red

📋 copy color: '#DC0B80'

red 220 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #DC0B80

Tints of Medium Violet Red #DC0B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 61.28%
G = 3.06%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0B80 (or 0xDC0B80) is known color: Medium Violet Red. HEX triplet: DC, 0B and 80. RGB value is (220,11,128). Sum of RGB (Red+Green+Blue) = 220+11+128=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B80 is #23F47F. Grayscale: #565656. Windows color (decimal): -2356352 or 8391644. OLE color: 8391644.

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

Color convert

RGB 220 11 128 -
CMYK 0 0.95 0.42 0.14
HSL 326.41º 0.9% 0.45% -
HSV(B) 326.41º 0.95% 0.86% -
XYZ 33.53 17.01 21.94 -
YUV 86.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 220 11 128 0 0.95 0.42 0.14 326.41 0.9 0.45
Hex DC B 80 0 5F 2A E 146 5A 2D
Octal 334 13 200 0 137 52 16 506 132 55
Binary 11011100 1011 10000000 0 1011111 101010 1110 101000110 1011010 101101

Color Harmonies of #DC0B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B80

Black with #DC0B80

Text Example


Text Example

White with #DC0B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B80; }

 p { color: rgb(220,11,128); }

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

background-color css

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

 a { background-color: rgb(220,11,128); }

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

border-color css

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

 span { border-color: rgb(220,11,128); }

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