Html Css Color HEX #D516A6 Medium Violet Red

📋 copy color: '#D516A6'

red 213 ◦ green 22 ◦ blue 166

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

Shades of Medium Violet Red #D516A6

Tints of Medium Violet Red #D516A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 53.12%
G = 5.49%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D516A6 (or 0xD516A6) is known color: Medium Violet Red. HEX triplet: D5, 16 and A6. RGB value is (213,22,166). Sum of RGB (Red+Green+Blue) = 213+22+166=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D516A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516A6 is #2AE959. Grayscale: #5F5F5F. Windows color (decimal): -2812250 or 10884821. OLE color: 10884821.

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

Color convert

RGB 213 22 166 -
CMYK 0 0.90 0.22 0.16
HSL 314.76º 0.81% 0.46% -
HSV(B) 314.76º 0.9% 0.84% -
XYZ 34.61 17.47 37.62 -
YUV 95.53 167.78 211.79 -
System Red Green Blue C M Y K H S L
Decimal 213 22 166 0 0.90 0.22 0.16 314.76 0.81 0.46
Hex D5 16 A6 0 5A 16 10 13B 51 2E
Octal 325 26 246 0 132 26 20 473 121 56
Binary 11010101 10110 10100110 0 1011010 10110 10000 100111011 1010001 101110

Color Harmonies of #D516A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516A6

Black with #D516A6

Text Example


Text Example

White with #D516A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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