Html Css Color HEX #DC0993 Medium Violet Red

📋 copy color: '#DC0993'

red 220 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #DC0993

Tints of Medium Violet Red #DC0993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 58.51%
G = 2.39%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0993 (or 0xDC0993) is known color: Medium Violet Red. HEX triplet: DC, 09 and 93. RGB value is (220,9,147). Sum of RGB (Red+Green+Blue) = 220+9+147=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0993 is #23F66C. Grayscale: #575757. Windows color (decimal): -2356845 or 9636316. OLE color: 9636316.

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

Color convert

RGB 220 9 147 -
CMYK 0 0.96 0.33 0.14
HSL 320.76º 0.92% 0.45% -
HSV(B) 320.76º 0.96% 0.86% -
XYZ 34.88 17.52 29.15 -
YUV 87.82 161.4 222.28 -
System Red Green Blue C M Y K H S L
Decimal 220 9 147 0 0.96 0.33 0.14 320.76 0.92 0.45
Hex DC 9 93 0 60 21 E 141 5C 2D
Octal 334 11 223 0 140 41 16 501 134 55
Binary 11011100 1001 10010011 0 1100000 100001 1110 101000001 1011100 101101

Color Harmonies of #DC0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0993

Black with #DC0993

Text Example


Text Example

White with #DC0993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0993; }

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

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

background-color css

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

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

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

border-color css

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

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

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