Html Css Color HEX #D515A4 Medium Violet Red

📋 copy color: '#D515A4'

red 213 ◦ green 21 ◦ blue 164

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

Shades of Medium Violet Red #D515A4

Tints of Medium Violet Red #D515A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.21%

R = 53.52%
G = 5.28%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D515A4 (or 0xD515A4) is known color: Medium Violet Red. HEX triplet: D5, 15 and A4. RGB value is (213,21,164). Sum of RGB (Red+Green+Blue) = 213+21+164=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D515A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515A4 is #2AEA5B. Grayscale: #5E5E5E. Windows color (decimal): -2812508 or 10753493. OLE color: 10753493.

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

Color convert

RGB 213 21 164 -
CMYK 0 0.90 0.23 0.16
HSL 315.31º 0.82% 0.46% -
HSV(B) 315.31º 0.9% 0.84% -
XYZ 34.41 17.36 36.66 -
YUV 94.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 213 21 164 0 0.90 0.23 0.16 315.31 0.82 0.46
Hex D5 15 A4 0 5A 17 10 13B 52 2E
Octal 325 25 244 0 132 27 20 473 122 56
Binary 11010101 10101 10100100 0 1011010 10111 10000 100111011 1010010 101110

Color Harmonies of #D515A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515A4

Black with #D515A4

Text Example


Text Example

White with #D515A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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