Html Css Color HEX #DC0990 Medium Violet Red

📋 copy color: '#DC0990'

red 220 ◦ green 9 ◦ blue 144

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

Shades of Medium Violet Red #DC0990

Tints of Medium Violet Red #DC0990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 58.98%
G = 2.41%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC0990 (or 0xDC0990) is known color: Medium Violet Red. HEX triplet: DC, 09 and 90. RGB value is (220,9,144). Sum of RGB (Red+Green+Blue) = 220+9+144=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0990 is #23F66F. Grayscale: #575757. Windows color (decimal): -2356848 or 9439708. OLE color: 9439708.

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

Color convert

RGB 220 9 144 -
CMYK 0 0.96 0.35 0.14
HSL 321.61º 0.92% 0.45% -
HSV(B) 321.61º 0.96% 0.86% -
XYZ 34.65 17.42 27.92 -
YUV 87.48 159.9 222.52 -
System Red Green Blue C M Y K H S L
Decimal 220 9 144 0 0.96 0.35 0.14 321.61 0.92 0.45
Hex DC 9 90 0 60 23 E 142 5C 2D
Octal 334 11 220 0 140 43 16 502 134 55
Binary 11011100 1001 10010000 0 1100000 100011 1110 101000010 1011100 101101

Color Harmonies of #DC0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0990

Black with #DC0990

Text Example


Text Example

White with #DC0990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0990; }

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

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

background-color css

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

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

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

border-color css

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

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

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