Html Css Color HEX #D51EA7 Medium Violet Red

📋 copy color: '#D51EA7'

red 213 ◦ green 30 ◦ blue 167

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

Shades of Medium Violet Red #D51EA7

Tints of Medium Violet Red #D51EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 51.95%
G = 7.32%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D51EA7 (or 0xD51EA7) is known color: Medium Violet Red. HEX triplet: D5, 1E and A7. RGB value is (213,30,167). Sum of RGB (Red+Green+Blue) = 213+30+167=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51EA7 is #2AE158. Grayscale: #636363. Windows color (decimal): -2810201 or 10952405. OLE color: 10952405.

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

Color convert

RGB 213 30 167 -
CMYK 0 0.86 0.22 0.16
HSL 315.08º 0.75% 0.48% -
HSV(B) 315.08º 0.86% 0.84% -
XYZ 34.88 17.86 38.17 -
YUV 100.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 213 30 167 0 0.86 0.22 0.16 315.08 0.75 0.48
Hex D5 1E A7 0 56 16 10 13B 4B 30
Octal 325 36 247 0 126 26 20 473 113 60
Binary 11010101 11110 10100111 0 1010110 10110 10000 100111011 1001011 110000

Color Harmonies of #D51EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EA7

Black with #D51EA7

Text Example


Text Example

White with #D51EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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