Html Css Color HEX #D61580 Medium Violet Red

📋 copy color: '#D61580'

red 214 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #D61580

Tints of Medium Violet Red #D61580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 58.95%
G = 5.79%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D61580 (or 0xD61580) is known color: Medium Violet Red. HEX triplet: D6, 15 and 80. RGB value is (214,21,128). Sum of RGB (Red+Green+Blue) = 214+21+128=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D61580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61580 is #29EA7F. Grayscale: #5A5A5A. Windows color (decimal): -2747008 or 8394198. OLE color: 8394198.

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

Color convert

RGB 214 21 128 -
CMYK 0 0.90 0.40 0.16
HSL 326.74º 0.82% 0.46% -
HSV(B) 326.74º 0.9% 0.84% -
XYZ 31.9 16.39 21.9 -
YUV 90.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 214 21 128 0 0.90 0.40 0.16 326.74 0.82 0.46
Hex D6 15 80 0 5A 28 10 147 52 2E
Octal 326 25 200 0 132 50 20 507 122 56
Binary 11010110 10101 10000000 0 1011010 101000 10000 101000111 1010010 101110

Color Harmonies of #D61580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61580

Black with #D61580

Text Example


Text Example

White with #D61580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61580; }

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

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

background-color css

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

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

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

border-color css

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

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

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