Html Css Color HEX #D51EA6 Medium Violet Red

📋 copy color: '#D51EA6'

red 213 ◦ green 30 ◦ blue 166

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

Shades of Medium Violet Red #D51EA6

Tints of Medium Violet Red #D51EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 52.08%
G = 7.33%
B = 40.59%

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

#D51EA6 (or 0xD51EA6) is known color: Medium Violet Red. HEX triplet: D5, 1E and A6. RGB value is (213,30,166). Sum of RGB (Red+Green+Blue) = 213+30+166=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51EA6 is #2AE159. Grayscale: #636363. Windows color (decimal): -2810202 or 10886869. OLE color: 10886869.

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

Color convert

RGB 213 30 166 -
CMYK 0 0.86 0.22 0.16
HSL 315.41º 0.75% 0.48% -
HSV(B) 315.41º 0.86% 0.84% -
XYZ 34.79 17.83 37.68 -
YUV 100.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 213 30 166 0 0.86 0.22 0.16 315.41 0.75 0.48
Hex D5 1E A6 0 56 16 10 13B 4B 30
Octal 325 36 246 0 126 26 20 473 113 60
Binary 11010101 11110 10100110 0 1010110 10110 10000 100111011 1001011 110000

Color Harmonies of #D51EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EA6

Black with #D51EA6

Text Example


Text Example

White with #D51EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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