Html Css Color HEX #D518A8 Medium Violet Red

📋 copy color: '#D518A8'

red 213 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #D518A8

Tints of Medium Violet Red #D518A8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.93%

 BLUE value IS 168 (66.02% from 255) = 41.48%

R = 52.59%
G = 5.93%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D518A8 (or 0xD518A8) is known color: Medium Violet Red. HEX triplet: D5, 18 and A8. RGB value is (213,24,168). Sum of RGB (Red+Green+Blue) = 213+24+168=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D518A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D518A8 is #2AE757. Grayscale: #606060. Windows color (decimal): -2811736 or 11016405. OLE color: 11016405.

HSL color Cylindrical-coordinate representation of color #D518A8: hue angle of 314.29º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518A8 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 168 -
CMYK 0 0.89 0.21 0.16
HSL 314.29º 0.8% 0.46% -
HSV(B) 314.29º 0.89% 0.84% -
XYZ 34.84 17.63 38.61 -
YUV 96.93 168.12 210.79 -
System Red Green Blue C M Y K H S L
Decimal 213 24 168 0 0.89 0.21 0.16 314.29 0.8 0.46
Hex D5 18 A8 0 59 15 10 13A 50 2E
Octal 325 30 250 0 131 25 20 472 120 56
Binary 11010101 11000 10101000 0 1011001 10101 10000 100111010 1010000 101110

Color Harmonies of #D518A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518A8

Black with #D518A8

Text Example


Text Example

White with #D518A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518A8; }

 p { color: rgb(213,24,168); }

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

background-color css

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

 a { background-color: rgb(213,24,168); }

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

border-color css

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

 span { border-color: rgb(213,24,168); }

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