Html Css Color HEX #DC1792 Medium Violet Red

📋 copy color: '#DC1792'

red 220 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #DC1792

Tints of Medium Violet Red #DC1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 56.56%
G = 5.91%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC1792 (or 0xDC1792) is known color: Medium Violet Red. HEX triplet: DC, 17 and 92. RGB value is (220,23,146). Sum of RGB (Red+Green+Blue) = 220+23+146=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1792 is #23E86D. Grayscale: #5F5F5F. Windows color (decimal): -2353262 or 9574364. OLE color: 9574364.

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

Color convert

RGB 220 23 146 -
CMYK 0 0.90 0.34 0.14
HSL 322.54º 0.81% 0.48% -
HSV(B) 322.54º 0.9% 0.86% -
XYZ 35.01 17.9 28.8 -
YUV 95.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 220 23 146 0 0.90 0.34 0.14 322.54 0.81 0.48
Hex DC 17 92 0 5A 22 E 143 51 30
Octal 334 27 222 0 132 42 16 503 121 60
Binary 11011100 10111 10010010 0 1011010 100010 1110 101000011 1010001 110000

Color Harmonies of #DC1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1792

Black with #DC1792

Text Example


Text Example

White with #DC1792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1792; }

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

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

background-color css

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

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

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

border-color css

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

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

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