Html Css Color HEX #DC1793 Medium Violet Red

📋 copy color: '#DC1793'

red 220 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #DC1793

Tints of Medium Violet Red #DC1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.9%

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 56.41%
G = 5.9%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1793 (or 0xDC1793) is known color: Medium Violet Red. HEX triplet: DC, 17 and 93. RGB value is (220,23,147). Sum of RGB (Red+Green+Blue) = 220+23+147=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1793 is #23E86C. Grayscale: #5F5F5F. Windows color (decimal): -2353261 or 9639900. OLE color: 9639900.

HSL color Cylindrical-coordinate representation of color #DC1793: hue angle of 322.23º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1793 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 147 -
CMYK 0 0.90 0.33 0.14
HSL 322.23º 0.81% 0.48% -
HSV(B) 322.23º 0.9% 0.86% -
XYZ 35.09 17.94 29.22 -
YUV 96.04 156.77 216.42 -
System Red Green Blue C M Y K H S L
Decimal 220 23 147 0 0.90 0.33 0.14 322.23 0.81 0.48
Hex DC 17 93 0 5A 21 E 142 51 30
Octal 334 27 223 0 132 41 16 502 121 60
Binary 11011100 10111 10010011 0 1011010 100001 1110 101000010 1010001 110000

Color Harmonies of #DC1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1793

Black with #DC1793

Text Example


Text Example

White with #DC1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1793; }

 p { color: rgb(220,23,147); }

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

background-color css

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

 a { background-color: rgb(220,23,147); }

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

border-color css

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

 span { border-color: rgb(220,23,147); }

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