Html Css Color HEX #DC0883 Medium Violet Red

📋 copy color: '#DC0883'

red 220 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #DC0883

Tints of Medium Violet Red #DC0883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 61.28%
G = 2.23%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0883 (or 0xDC0883) is known color: Medium Violet Red. HEX triplet: DC, 08 and 83. RGB value is (220,8,131). Sum of RGB (Red+Green+Blue) = 220+8+131=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0883 is #23F77C. Grayscale: #555555. Windows color (decimal): -2357117 or 8587484. OLE color: 8587484.

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

Color convert

RGB 220 8 131 -
CMYK 0 0.96 0.40 0.14
HSL 325.19º 0.93% 0.45% -
HSV(B) 325.19º 0.96% 0.86% -
XYZ 33.7 17.03 22.98 -
YUV 85.41 153.74 224 -
System Red Green Blue C M Y K H S L
Decimal 220 8 131 0 0.96 0.40 0.14 325.19 0.93 0.45
Hex DC 8 83 0 60 28 E 145 5D 2D
Octal 334 10 203 0 140 50 16 505 135 55
Binary 11011100 1000 10000011 0 1100000 101000 1110 101000101 1011101 101101

Color Harmonies of #DC0883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0883

Black with #DC0883

Text Example


Text Example

White with #DC0883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0883; }

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

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

background-color css

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

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

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

border-color css

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

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

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