Html Css Color HEX #D515A2 Medium Violet Red

📋 copy color: '#D515A2'

red 213 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #D515A2

Tints of Medium Violet Red #D515A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.91%

R = 53.79%
G = 5.3%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D515A2 (or 0xD515A2) is known color: Medium Violet Red. HEX triplet: D5, 15 and A2. RGB value is (213,21,162). Sum of RGB (Red+Green+Blue) = 213+21+162=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D515A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515A2 is #2AEA5D. Grayscale: #5E5E5E. Windows color (decimal): -2812510 or 10622421. OLE color: 10622421.

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

Color convert

RGB 213 21 162 -
CMYK 0 0.90 0.24 0.16
HSL 315.94º 0.82% 0.46% -
HSV(B) 315.94º 0.9% 0.84% -
XYZ 34.23 17.29 35.72 -
YUV 94.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 213 21 162 0 0.90 0.24 0.16 315.94 0.82 0.46
Hex D5 15 A2 0 5A 18 10 13C 52 2E
Octal 325 25 242 0 132 30 20 474 122 56
Binary 11010101 10101 10100010 0 1011010 11000 10000 100111100 1010010 101110

Color Harmonies of #D515A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515A2

Black with #D515A2

Text Example


Text Example

White with #D515A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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