Html Css Color HEX #D51EA8 Medium Violet Red

📋 copy color: '#D51EA8'

red 213 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #D51EA8

Tints of Medium Violet Red #D51EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.3%

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

R = 51.82%
G = 7.3%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D51EA8 (or 0xD51EA8) is known color: Medium Violet Red. HEX triplet: D5, 1E and A8. RGB value is (213,30,168). Sum of RGB (Red+Green+Blue) = 213+30+168=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51EA8 is #2AE157. Grayscale: #646464. Windows color (decimal): -2810200 or 11017941. OLE color: 11017941.

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

Color convert

RGB 213 30 168 -
CMYK 0 0.86 0.21 0.16
HSL 314.75º 0.75% 0.48% -
HSV(B) 314.75º 0.86% 0.84% -
XYZ 34.97 17.9 38.66 -
YUV 100.45 166.13 208.28 -
System Red Green Blue C M Y K H S L
Decimal 213 30 168 0 0.86 0.21 0.16 314.75 0.75 0.48
Hex D5 1E A8 0 56 15 10 13B 4B 30
Octal 325 36 250 0 126 25 20 473 113 60
Binary 11010101 11110 10101000 0 1010110 10101 10000 100111011 1001011 110000

Color Harmonies of #D51EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EA8

Black with #D51EA8

Text Example


Text Example

White with #D51EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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