Html Css Color HEX #DC1093 Medium Violet Red

📋 copy color: '#DC1093'

red 220 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #DC1093

Tints of Medium Violet Red #DC1093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.18%

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

R = 57.44%
G = 4.18%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1093 (or 0xDC1093) is known color: Medium Violet Red. HEX triplet: DC, 10 and 93. RGB value is (220,16,147). Sum of RGB (Red+Green+Blue) = 220+16+147=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1093 is #23EF6C. Grayscale: #5B5B5B. Windows color (decimal): -2355053 or 9638108. OLE color: 9638108.

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

Color convert

RGB 220 16 147 -
CMYK 0 0.93 0.33 0.14
HSL 321.47º 0.86% 0.46% -
HSV(B) 321.47º 0.93% 0.86% -
XYZ 34.97 17.69 29.18 -
YUV 91.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 220 16 147 0 0.93 0.33 0.14 321.47 0.86 0.46
Hex DC 10 93 0 5D 21 E 141 56 2E
Octal 334 20 223 0 135 41 16 501 126 56
Binary 11011100 10000 10010011 0 1011101 100001 1110 101000001 1010110 101110

Color Harmonies of #DC1093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1093

Black with #DC1093

Text Example


Text Example

White with #DC1093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1093; }

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

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

background-color css

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

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

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

border-color css

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

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

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