Html Css Color HEX #DC0994 Medium Violet Red

📋 copy color: '#DC0994'

red 220 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #DC0994

Tints of Medium Violet Red #DC0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 58.36%
G = 2.39%
B = 39.26%

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

#DC0994 (or 0xDC0994) is known color: Medium Violet Red. HEX triplet: DC, 09 and 94. RGB value is (220,9,148). Sum of RGB (Red+Green+Blue) = 220+9+148=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0994 is #23F66B. Grayscale: #575757. Windows color (decimal): -2356844 or 9701852. OLE color: 9701852.

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

Color convert

RGB 220 9 148 -
CMYK 0 0.96 0.33 0.14
HSL 320.47º 0.92% 0.45% -
HSV(B) 320.47º 0.96% 0.86% -
XYZ 34.96 17.55 29.56 -
YUV 87.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 220 9 148 0 0.96 0.33 0.14 320.47 0.92 0.45
Hex DC 9 94 0 60 21 E 140 5C 2D
Octal 334 11 224 0 140 41 16 500 134 55
Binary 11011100 1001 10010100 0 1100000 100001 1110 101000000 1011100 101101

Color Harmonies of #DC0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0994

Black with #DC0994

Text Example


Text Example

White with #DC0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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