Html Css Color HEX #DC0D89 Medium Violet Red

📋 copy color: '#DC0D89'

red 220 ◦ green 13 ◦ blue 137

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

Shades of Medium Violet Red #DC0D89

Tints of Medium Violet Red #DC0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 59.46%
G = 3.51%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC0D89 (or 0xDC0D89) is known color: Medium Violet Red. HEX triplet: DC, 0D and 89. RGB value is (220,13,137). Sum of RGB (Red+Green+Blue) = 220+13+137=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D89 is #23F276. Grayscale: #585858. Windows color (decimal): -2355831 or 8981980. OLE color: 8981980.

HSL color Cylindrical-coordinate representation of color #DC0D89: hue angle of 324.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D89 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 137 -
CMYK 0 0.94 0.38 0.14
HSL 324.06º 0.89% 0.46% -
HSV(B) 324.06º 0.94% 0.86% -
XYZ 34.17 17.31 25.21 -
YUV 89.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 220 13 137 0 0.94 0.38 0.14 324.06 0.89 0.46
Hex DC D 89 0 5E 26 E 144 59 2E
Octal 334 15 211 0 136 46 16 504 131 56
Binary 11011100 1101 10001001 0 1011110 100110 1110 101000100 1011001 101110

Color Harmonies of #DC0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D89

Black with #DC0D89

Text Example


Text Example

White with #DC0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D89; }

 p { color: rgb(220,13,137); }

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

background-color css

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

 a { background-color: rgb(220,13,137); }

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

border-color css

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

 span { border-color: rgb(220,13,137); }

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