Html Css Color HEX #DC0882 Medium Violet Red

📋 copy color: '#DC0882'

red 220 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #DC0882

Tints of Medium Violet Red #DC0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 61.45%
G = 2.23%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC0882 (or 0xDC0882) is known color: Medium Violet Red. HEX triplet: DC, 08 and 82. RGB value is (220,8,130). Sum of RGB (Red+Green+Blue) = 220+8+130=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0882 is #23F77D. Grayscale: #555555. Windows color (decimal): -2357118 or 8521948. OLE color: 8521948.

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

Color convert

RGB 220 8 130 -
CMYK 0 0.96 0.41 0.14
HSL 325.47º 0.93% 0.45% -
HSV(B) 325.47º 0.96% 0.86% -
XYZ 33.63 17 22.63 -
YUV 85.3 153.24 224.08 -
System Red Green Blue C M Y K H S L
Decimal 220 8 130 0 0.96 0.41 0.14 325.47 0.93 0.45
Hex DC 8 82 0 60 29 E 145 5D 2D
Octal 334 10 202 0 140 51 16 505 135 55
Binary 11011100 1000 10000010 0 1100000 101001 1110 101000101 1011101 101101

Color Harmonies of #DC0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0882

Black with #DC0882

Text Example


Text Example

White with #DC0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0882; }

 p { color: rgb(220,8,130); }

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

background-color css

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

 a { background-color: rgb(220,8,130); }

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

border-color css

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

 span { border-color: rgb(220,8,130); }

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