Html Css Color HEX #DC0691 Medium Violet Red

📋 copy color: '#DC0691'

red 220 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #DC0691

Tints of Medium Violet Red #DC0691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 59.3%
G = 1.62%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC0691 (or 0xDC0691) is known color: Medium Violet Red. HEX triplet: DC, 06 and 91. RGB value is (220,6,145). Sum of RGB (Red+Green+Blue) = 220+6+145=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0691 is #23F96E. Grayscale: #555555. Windows color (decimal): -2357615 or 9504476. OLE color: 9504476.

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

Color convert

RGB 220 6 145 -
CMYK 0 0.97 0.34 0.14
HSL 321.03º 0.95% 0.44% -
HSV(B) 321.03º 0.97% 0.86% -
XYZ 34.69 17.39 28.32 -
YUV 85.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 220 6 145 0 0.97 0.34 0.14 321.03 0.95 0.44
Hex DC 6 91 0 61 22 E 141 5F 2C
Octal 334 6 221 0 141 42 16 501 137 54
Binary 11011100 110 10010001 0 1100001 100010 1110 101000001 1011111 101100

Color Harmonies of #DC0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0691

Black with #DC0691

Text Example


Text Example

White with #DC0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0691; }

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

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

background-color css

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

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

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

border-color css

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

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

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