Html Css Color HEX #DC1C9D Medium Violet Red

📋 copy color: '#DC1C9D'

red 220 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #DC1C9D

Tints of Medium Violet Red #DC1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 54.32%
G = 6.91%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC1C9D (or 0xDC1C9D) is known color: Medium Violet Red. HEX triplet: DC, 1C and 9D. RGB value is (220,28,157). Sum of RGB (Red+Green+Blue) = 220+28+157=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C9D is #23E362. Grayscale: #636363. Windows color (decimal): -2351971 or 10296540. OLE color: 10296540.

HSL color Cylindrical-coordinate representation of color #DC1C9D: hue angle of 319.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C9D is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 28 157 -
CMYK 0 0.87 0.29 0.14
HSL 319.69º 0.77% 0.49% -
HSV(B) 319.69º 0.87% 0.86% -
XYZ 36.02 18.48 33.57 -
YUV 100.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 220 28 157 0 0.87 0.29 0.14 319.69 0.77 0.49
Hex DC 1C 9D 0 57 1D E 140 4D 31
Octal 334 34 235 0 127 35 16 500 115 61
Binary 11011100 11100 10011101 0 1010111 11101 1110 101000000 1001101 110001

Color Harmonies of #DC1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C9D

Black with #DC1C9D

Text Example


Text Example

White with #DC1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C9D; }

 p { color: rgb(220,28,157); }

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

background-color css

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

 a { background-color: rgb(220,28,157); }

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

border-color css

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

 span { border-color: rgb(220,28,157); }

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