Html Css Color HEX #DC0991 Medium Violet Red

📋 copy color: '#DC0991'

red 220 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #DC0991

Tints of Medium Violet Red #DC0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 58.82%
G = 2.41%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC0991 (or 0xDC0991) is known color: Medium Violet Red. HEX triplet: DC, 09 and 91. RGB value is (220,9,145). Sum of RGB (Red+Green+Blue) = 220+9+145=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0991 is #23F66E. Grayscale: #575757. Windows color (decimal): -2356847 or 9505244. OLE color: 9505244.

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

Color convert

RGB 220 9 145 -
CMYK 0 0.96 0.34 0.14
HSL 321.33º 0.92% 0.45% -
HSV(B) 321.33º 0.96% 0.86% -
XYZ 34.72 17.46 28.33 -
YUV 87.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 220 9 145 0 0.96 0.34 0.14 321.33 0.92 0.45
Hex DC 9 91 0 60 22 E 141 5C 2D
Octal 334 11 221 0 140 42 16 501 134 55
Binary 11011100 1001 10010001 0 1100000 100010 1110 101000001 1011100 101101

Color Harmonies of #DC0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0991

Black with #DC0991

Text Example


Text Example

White with #DC0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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