Html Css Color HEX #DC0687 Medium Violet Red

📋 copy color: '#DC0687'

red 220 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #DC0687

Tints of Medium Violet Red #DC0687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 60.94%
G = 1.66%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC0687 (or 0xDC0687) is known color: Medium Violet Red. HEX triplet: DC, 06 and 87. RGB value is (220,6,135). Sum of RGB (Red+Green+Blue) = 220+6+135=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0687 is #23F978. Grayscale: #545454. Windows color (decimal): -2357625 or 8849116. OLE color: 8849116.

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

Color convert

RGB 220 6 135 -
CMYK 0 0.97 0.39 0.14
HSL 323.83º 0.95% 0.44% -
HSV(B) 323.83º 0.97% 0.86% -
XYZ 33.95 17.1 24.43 -
YUV 84.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 220 6 135 0 0.97 0.39 0.14 323.83 0.95 0.44
Hex DC 6 87 0 61 27 E 144 5F 2C
Octal 334 6 207 0 141 47 16 504 137 54
Binary 11011100 110 10000111 0 1100001 100111 1110 101000100 1011111 101100

Color Harmonies of #DC0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0687

Black with #DC0687

Text Example


Text Example

White with #DC0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0687; }

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

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

background-color css

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

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

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

border-color css

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

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

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