Html Css Color HEX #D515A6 Medium Violet Red

📋 copy color: '#D515A6'

red 213 ◦ green 21 ◦ blue 166

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

Shades of Medium Violet Red #D515A6

Tints of Medium Violet Red #D515A6

RGB

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

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

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

R = 53.25%
G = 5.25%
B = 41.5%

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

#D515A6 (or 0xD515A6) is known color: Medium Violet Red. HEX triplet: D5, 15 and A6. RGB value is (213,21,166). Sum of RGB (Red+Green+Blue) = 213+21+166=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D515A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515A6 is #2AEA59. Grayscale: #5E5E5E. Windows color (decimal): -2812506 or 10884565. OLE color: 10884565.

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

Color convert

RGB 213 21 166 -
CMYK 0 0.90 0.22 0.16
HSL 314.69º 0.82% 0.46% -
HSV(B) 314.69º 0.9% 0.84% -
XYZ 34.59 17.44 37.62 -
YUV 94.94 168.11 212.21 -
System Red Green Blue C M Y K H S L
Decimal 213 21 166 0 0.90 0.22 0.16 314.69 0.82 0.46
Hex D5 15 A6 0 5A 16 10 13B 52 2E
Octal 325 25 246 0 132 26 20 473 122 56
Binary 11010101 10101 10100110 0 1011010 10110 10000 100111011 1010010 101110

Color Harmonies of #D515A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515A6

Black with #D515A6

Text Example


Text Example

White with #D515A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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