Html Css Color HEX #D61780 Medium Violet Red

📋 copy color: '#D61780'

red 214 ◦ green 23 ◦ blue 128

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

Shades of Medium Violet Red #D61780

Tints of Medium Violet Red #D61780

RGB

 RED value IS 214 (83.98% from 255) = 58.63%

 GREEN value IS 23 (9.38% from 255) = 6.3%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 58.63%
G = 6.3%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D61780 (or 0xD61780) is known color: Medium Violet Red. HEX triplet: D6, 17 and 80. RGB value is (214,23,128). Sum of RGB (Red+Green+Blue) = 214+23+128=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61780 is #29E87F. Grayscale: #5B5B5B. Windows color (decimal): -2746496 or 8394710. OLE color: 8394710.

HSL color Cylindrical-coordinate representation of color #D61780: hue angle of 327.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61780 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 128 -
CMYK 0 0.89 0.40 0.16
HSL 327.02º 0.81% 0.46% -
HSV(B) 327.02º 0.89% 0.84% -
XYZ 31.93 16.47 21.92 -
YUV 92.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 214 23 128 0 0.89 0.40 0.16 327.02 0.81 0.46
Hex D6 17 80 0 59 28 10 147 51 2E
Octal 326 27 200 0 131 50 20 507 121 56
Binary 11010110 10111 10000000 0 1011001 101000 10000 101000111 1010001 101110

Color Harmonies of #D61780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61780

Black with #D61780

Text Example


Text Example

White with #D61780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61780; }

 p { color: rgb(214,23,128); }

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

background-color css

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

 a { background-color: rgb(214,23,128); }

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

border-color css

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

 span { border-color: rgb(214,23,128); }

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