Html Css Color HEX #DC1797 Medium Violet Red

📋 copy color: '#DC1797'

red 220 ◦ green 23 ◦ blue 151

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

Shades of Medium Violet Red #DC1797

Tints of Medium Violet Red #DC1797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 55.84%
G = 5.84%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC1797 (or 0xDC1797) is known color: Medium Violet Red. HEX triplet: DC, 17 and 97. RGB value is (220,23,151). Sum of RGB (Red+Green+Blue) = 220+23+151=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1797 is #23E868. Grayscale: #606060. Windows color (decimal): -2353257 or 9902044. OLE color: 9902044.

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

Color convert

RGB 220 23 151 -
CMYK 0 0.90 0.31 0.14
HSL 321.02º 0.81% 0.48% -
HSV(B) 321.02º 0.9% 0.86% -
XYZ 35.41 18.06 30.9 -
YUV 96.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 220 23 151 0 0.90 0.31 0.14 321.02 0.81 0.48
Hex DC 17 97 0 5A 1F E 141 51 30
Octal 334 27 227 0 132 37 16 501 121 60
Binary 11011100 10111 10010111 0 1011010 11111 1110 101000001 1010001 110000

Color Harmonies of #DC1797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1797

Black with #DC1797

Text Example


Text Example

White with #DC1797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1797; }

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

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

background-color css

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

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

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

border-color css

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

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

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