Html Css Color HEX #DC0280 Medium Violet Red

📋 copy color: '#DC0280'

red 220 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #DC0280

Tints of Medium Violet Red #DC0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 62.86%
G = 0.57%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0280 (or 0xDC0280) is known color: Medium Violet Red. HEX triplet: DC, 02 and 80. RGB value is (220,2,128). Sum of RGB (Red+Green+Blue) = 220+2+128=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0280 is #23FD7F. Grayscale: #515151. Windows color (decimal): -2358656 or 8389340. OLE color: 8389340.

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

Color convert

RGB 220 2 128 -
CMYK 0 0.99 0.42 0.14
HSL 325.32º 0.98% 0.44% -
HSV(B) 325.32º 0.99% 0.86% -
XYZ 33.43 16.82 21.91 -
YUV 81.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 220 2 128 0 0.99 0.42 0.14 325.32 0.98 0.44
Hex DC 2 80 0 63 2A E 145 62 2C
Octal 334 2 200 0 143 52 16 505 142 54
Binary 11011100 10 10000000 0 1100011 101010 1110 101000101 1100010 101100

Color Harmonies of #DC0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0280

Black with #DC0280

Text Example


Text Example

White with #DC0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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