Html Css Color HEX #DC0185 Medium Violet Red

📋 copy color: '#DC0185'

red 220 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #DC0185

Tints of Medium Violet Red #DC0185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 62.15%
G = 0.28%
B = 37.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0185 (or 0xDC0185) is known color: Medium Violet Red. HEX triplet: DC, 01 and 85. RGB value is (220,1,133). Sum of RGB (Red+Green+Blue) = 220+1+133=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0185 is #23FE7A. Grayscale: #515151. Windows color (decimal): -2358907 or 8716764. OLE color: 8716764.

HSL color Cylindrical-coordinate representation of color #DC0185: hue angle of 323.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0185 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 133 -
CMYK 0 1.00 0.40 0.14
HSL 323.84º 0.99% 0.43% -
HSV(B) 323.84º 1% 0.86% -
XYZ 33.76 16.93 23.68 -
YUV 81.53 157.05 226.77 -
System Red Green Blue C M Y K H S L
Decimal 220 1 133 0 1.00 0.40 0.14 323.84 0.99 0.43
Hex DC 1 85 0 64 28 E 144 63 2B
Octal 334 1 205 0 144 50 16 504 143 53
Binary 11011100 1 10000101 0 1100100 101000 1110 101000100 1100011 101011

Color Harmonies of #DC0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0185

Black with #DC0185

Text Example


Text Example

White with #DC0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0185; }

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

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

background-color css

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

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

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

border-color css

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

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

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