Html Css Color HEX #D513A6 Medium Violet Red

📋 copy color: '#D513A6'

red 213 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #D513A6

Tints of Medium Violet Red #D513A6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 53.52%
G = 4.77%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D513A6 (or 0xD513A6) is known color: Medium Violet Red. HEX triplet: D5, 13 and A6. RGB value is (213,19,166). Sum of RGB (Red+Green+Blue) = 213+19+166=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D513A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D513A6 is #2AEC59. Grayscale: #5D5D5D. Windows color (decimal): -2813018 or 10884053. OLE color: 10884053.

HSL color Cylindrical-coordinate representation of color #D513A6: hue angle of 314.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513A6 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 166 -
CMYK 0 0.91 0.22 0.16
HSL 314.54º 0.84% 0.45% -
HSV(B) 314.54º 0.91% 0.84% -
XYZ 34.56 17.37 37.61 -
YUV 93.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 213 19 166 0 0.91 0.22 0.16 314.54 0.84 0.45
Hex D5 13 A6 0 5B 16 10 13B 54 2D
Octal 325 23 246 0 133 26 20 473 124 55
Binary 11010101 10011 10100110 0 1011011 10110 10000 100111011 1010100 101101

Color Harmonies of #D513A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513A6

Black with #D513A6

Text Example


Text Example

White with #D513A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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