Html Css Color HEX #DC0685 Medium Violet Red

📋 copy color: '#DC0685'

red 220 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #DC0685

Tints of Medium Violet Red #DC0685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 61.28%
G = 1.67%
B = 37.05%

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

#DC0685 (or 0xDC0685) is known color: Medium Violet Red. HEX triplet: DC, 06 and 85. RGB value is (220,6,133). Sum of RGB (Red+Green+Blue) = 220+6+133=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0685 is #23F97A. Grayscale: #545454. Windows color (decimal): -2357627 or 8718044. OLE color: 8718044.

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

Color convert

RGB 220 6 133 -
CMYK 0 0.97 0.40 0.14
HSL 324.39º 0.95% 0.44% -
HSV(B) 324.39º 0.97% 0.86% -
XYZ 33.81 17.04 23.7 -
YUV 84.46 155.4 224.67 -
System Red Green Blue C M Y K H S L
Decimal 220 6 133 0 0.97 0.40 0.14 324.39 0.95 0.44
Hex DC 6 85 0 61 28 E 144 5F 2C
Octal 334 6 205 0 141 50 16 504 137 54
Binary 11011100 110 10000101 0 1100001 101000 1110 101000100 1011111 101100

Color Harmonies of #DC0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0685

Black with #DC0685

Text Example


Text Example

White with #DC0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0685; }

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

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

background-color css

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

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

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

border-color css

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

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

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