Html Css Color HEX #DC1385 Medium Violet Red

📋 copy color: '#DC1385'

red 220 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #DC1385

Tints of Medium Violet Red #DC1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 59.14%
G = 5.11%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC1385 (or 0xDC1385) is known color: Medium Violet Red. HEX triplet: DC, 13 and 85. RGB value is (220,19,133). Sum of RGB (Red+Green+Blue) = 220+19+133=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1385 is #23EC7A. Grayscale: #5B5B5B. Windows color (decimal): -2354299 or 8721372. OLE color: 8721372.

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

Color convert

RGB 220 19 133 -
CMYK 0 0.91 0.40 0.14
HSL 325.97º 0.84% 0.47% -
HSV(B) 325.97º 0.91% 0.86% -
XYZ 33.98 17.37 23.75 -
YUV 92.1 151.09 219.23 -
System Red Green Blue C M Y K H S L
Decimal 220 19 133 0 0.91 0.40 0.14 325.97 0.84 0.47
Hex DC 13 85 0 5B 28 E 146 54 2F
Octal 334 23 205 0 133 50 16 506 124 57
Binary 11011100 10011 10000101 0 1011011 101000 1110 101000110 1010100 101111

Color Harmonies of #DC1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1385

Black with #DC1385

Text Example


Text Example

White with #DC1385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1385; }

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

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

background-color css

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

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

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

border-color css

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

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

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