Html Css Color HEX #DC0981 Medium Violet Red

📋 copy color: '#DC0981'

red 220 ◦ green 9 ◦ blue 129

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

Shades of Medium Violet Red #DC0981

Tints of Medium Violet Red #DC0981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 61.45%
G = 2.51%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC0981 (or 0xDC0981) is known color: Medium Violet Red. HEX triplet: DC, 09 and 81. RGB value is (220,9,129). Sum of RGB (Red+Green+Blue) = 220+9+129=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0981 is #23F67E. Grayscale: #555555. Windows color (decimal): -2356863 or 8456668. OLE color: 8456668.

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

Color convert

RGB 220 9 129 -
CMYK 0 0.96 0.41 0.14
HSL 325.88º 0.92% 0.45% -
HSV(B) 325.88º 0.96% 0.86% -
XYZ 33.58 17 22.28 -
YUV 85.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 220 9 129 0 0.96 0.41 0.14 325.88 0.92 0.45
Hex DC 9 81 0 60 29 E 146 5C 2D
Octal 334 11 201 0 140 51 16 506 134 55
Binary 11011100 1001 10000001 0 1100000 101001 1110 101000110 1011100 101101

Color Harmonies of #DC0981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0981

Black with #DC0981

Text Example


Text Example

White with #DC0981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0981; }

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

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

background-color css

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

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

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

border-color css

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

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

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