Html Css Color HEX #D516A0 Medium Violet Red

📋 copy color: '#D516A0'

red 213 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #D516A0

Tints of Medium Violet Red #D516A0

RGB

 RED value IS 213 (83.59% from 255) = 53.92%

 GREEN value IS 22 (8.98% from 255) = 5.57%

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 53.92%
G = 5.57%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D516A0 (or 0xD516A0) is known color: Medium Violet Red. HEX triplet: D5, 16 and A0. RGB value is (213,22,160). Sum of RGB (Red+Green+Blue) = 213+22+160=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D516A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516A0 is #2AE95F. Grayscale: #5E5E5E. Windows color (decimal): -2812256 or 10491605. OLE color: 10491605.

HSL color Cylindrical-coordinate representation of color #D516A0: hue angle of 316.65º degrees, saturation: 0.81, 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 #D516A0 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 160 -
CMYK 0 0.90 0.25 0.16
HSL 316.65º 0.81% 0.46% -
HSV(B) 316.65º 0.9% 0.84% -
XYZ 34.07 17.26 34.79 -
YUV 94.84 164.78 212.28 -
System Red Green Blue C M Y K H S L
Decimal 213 22 160 0 0.90 0.25 0.16 316.65 0.81 0.46
Hex D5 16 A0 0 5A 19 10 13D 51 2E
Octal 325 26 240 0 132 31 20 475 121 56
Binary 11010101 10110 10100000 0 1011010 11001 10000 100111101 1010001 101110

Color Harmonies of #D516A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516A0

Black with #D516A0

Text Example


Text Example

White with #D516A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516A0; }

 p { color: rgb(213,22,160); }

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

background-color css

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

 a { background-color: rgb(213,22,160); }

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

border-color css

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

 span { border-color: rgb(213,22,160); }

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