Html Css Color HEX #DC1390 Medium Violet Red

📋 copy color: '#DC1390'

red 220 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #DC1390

Tints of Medium Violet Red #DC1390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 57.44%
G = 4.96%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC1390 (or 0xDC1390) is known color: Medium Violet Red. HEX triplet: DC, 13 and 90. RGB value is (220,19,144). Sum of RGB (Red+Green+Blue) = 220+19+144=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1390 is #23EC6F. Grayscale: #5D5D5D. Windows color (decimal): -2354288 or 9442268. OLE color: 9442268.

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

Color convert

RGB 220 19 144 -
CMYK 0 0.91 0.35 0.14
HSL 322.69º 0.84% 0.47% -
HSV(B) 322.69º 0.91% 0.86% -
XYZ 34.78 17.7 27.97 -
YUV 93.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 220 19 144 0 0.91 0.35 0.14 322.69 0.84 0.47
Hex DC 13 90 0 5B 23 E 143 54 2F
Octal 334 23 220 0 133 43 16 503 124 57
Binary 11011100 10011 10010000 0 1011011 100011 1110 101000011 1010100 101111

Color Harmonies of #DC1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1390

Black with #DC1390

Text Example


Text Example

White with #DC1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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