Html Css Color HEX #DC0683 Medium Violet Red

📋 copy color: '#DC0683'

red 220 ◦ green 6 ◦ blue 131

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

Shades of Medium Violet Red #DC0683

Tints of Medium Violet Red #DC0683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 61.62%
G = 1.68%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0683 (or 0xDC0683) is known color: Medium Violet Red. HEX triplet: DC, 06 and 83. RGB value is (220,6,131). Sum of RGB (Red+Green+Blue) = 220+6+131=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0683 is #23F97C. Grayscale: #535353. Windows color (decimal): -2357629 or 8586972. OLE color: 8586972.

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

Color convert

RGB 220 6 131 -
CMYK 0 0.97 0.40 0.14
HSL 324.95º 0.95% 0.44% -
HSV(B) 324.95º 0.97% 0.86% -
XYZ 33.68 16.98 22.98 -
YUV 84.24 154.4 224.84 -
System Red Green Blue C M Y K H S L
Decimal 220 6 131 0 0.97 0.40 0.14 324.95 0.95 0.44
Hex DC 6 83 0 61 28 E 145 5F 2C
Octal 334 6 203 0 141 50 16 505 137 54
Binary 11011100 110 10000011 0 1100001 101000 1110 101000101 1011111 101100

Color Harmonies of #DC0683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0683

Black with #DC0683

Text Example


Text Example

White with #DC0683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0683; }

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

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

background-color css

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

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

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

border-color css

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

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

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