Html Css Color HEX #DC0385 Medium Violet Red

📋 copy color: '#DC0385'

red 220 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #DC0385

Tints of Medium Violet Red #DC0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 61.8%
G = 0.84%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0385 (or 0xDC0385) is known color: Medium Violet Red. HEX triplet: DC, 03 and 85. RGB value is (220,3,133). Sum of RGB (Red+Green+Blue) = 220+3+133=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0385 is #23FC7A. Grayscale: #525252. Windows color (decimal): -2358395 or 8717276. OLE color: 8717276.

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

Color convert

RGB 220 3 133 -
CMYK 0 0.99 0.40 0.14
HSL 324.06º 0.97% 0.44% -
HSV(B) 324.06º 0.99% 0.86% -
XYZ 33.78 16.97 23.69 -
YUV 82.7 156.39 225.93 -
System Red Green Blue C M Y K H S L
Decimal 220 3 133 0 0.99 0.40 0.14 324.06 0.97 0.44
Hex DC 3 85 0 63 28 E 144 61 2C
Octal 334 3 205 0 143 50 16 504 141 54
Binary 11011100 11 10000101 0 1100011 101000 1110 101000100 1100001 101100

Color Harmonies of #DC0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0385

Black with #DC0385

Text Example


Text Example

White with #DC0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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