Html Css Color HEX #DC1C93 Medium Violet Red

📋 copy color: '#DC1C93'

red 220 ◦ green 28 ◦ blue 147

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

Shades of Medium Violet Red #DC1C93

Tints of Medium Violet Red #DC1C93

RGB

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

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

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

R = 55.7%
G = 7.09%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1C93 (or 0xDC1C93) is known color: Medium Violet Red. HEX triplet: DC, 1C and 93. RGB value is (220,28,147). Sum of RGB (Red+Green+Blue) = 220+28+147=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C93 is #23E36C. Grayscale: #626262. Windows color (decimal): -2351981 or 9641180. OLE color: 9641180.

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

Color convert

RGB 220 28 147 -
CMYK 0 0.87 0.33 0.14
HSL 322.81º 0.77% 0.49% -
HSV(B) 322.81º 0.87% 0.86% -
XYZ 35.2 18.15 29.25 -
YUV 98.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 220 28 147 0 0.87 0.33 0.14 322.81 0.77 0.49
Hex DC 1C 93 0 57 21 E 143 4D 31
Octal 334 34 223 0 127 41 16 503 115 61
Binary 11011100 11100 10010011 0 1010111 100001 1110 101000011 1001101 110001

Color Harmonies of #DC1C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C93

Black with #DC1C93

Text Example


Text Example

White with #DC1C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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