Html Css Color HEX #DC0689 Medium Violet Red

📋 copy color: '#DC0689'

red 220 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #DC0689

Tints of Medium Violet Red #DC0689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 60.61%
G = 1.65%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC0689 (or 0xDC0689) is known color: Medium Violet Red. HEX triplet: DC, 06 and 89. RGB value is (220,6,137). Sum of RGB (Red+Green+Blue) = 220+6+137=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0689 is #23F976. Grayscale: #545454. Windows color (decimal): -2357623 or 8980188. OLE color: 8980188.

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

Color convert

RGB 220 6 137 -
CMYK 0 0.97 0.38 0.14
HSL 323.27º 0.95% 0.44% -
HSV(B) 323.27º 0.97% 0.86% -
XYZ 34.1 17.15 25.18 -
YUV 84.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 220 6 137 0 0.97 0.38 0.14 323.27 0.95 0.44
Hex DC 6 89 0 61 26 E 143 5F 2C
Octal 334 6 211 0 141 46 16 503 137 54
Binary 11011100 110 10001001 0 1100001 100110 1110 101000011 1011111 101100

Color Harmonies of #DC0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0689

Black with #DC0689

Text Example


Text Example

White with #DC0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0689; }

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

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

background-color css

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

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

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

border-color css

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

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

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