Html Css Color HEX #D51DA2 Medium Violet Red

📋 copy color: '#D51DA2'

red 213 ◦ green 29 ◦ blue 162

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

Shades of Medium Violet Red #D51DA2

Tints of Medium Violet Red #D51DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.18%

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 52.72%
G = 7.18%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D51DA2 (or 0xD51DA2) is known color: Medium Violet Red. HEX triplet: D5, 1D and A2. RGB value is (213,29,162). Sum of RGB (Red+Green+Blue) = 213+29+162=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51DA2 is #2AE25D. Grayscale: #626262. Windows color (decimal): -2810462 or 10624469. OLE color: 10624469.

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

Color convert

RGB 213 29 162 -
CMYK 0 0.86 0.24 0.16
HSL 316.63º 0.76% 0.47% -
HSV(B) 316.63º 0.86% 0.84% -
XYZ 34.4 17.63 35.77 -
YUV 99.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 213 29 162 0 0.86 0.24 0.16 316.63 0.76 0.47
Hex D5 1D A2 0 56 18 10 13D 4C 2F
Octal 325 35 242 0 126 30 20 475 114 57
Binary 11010101 11101 10100010 0 1010110 11000 10000 100111101 1001100 101111

Color Harmonies of #D51DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DA2

Black with #D51DA2

Text Example


Text Example

White with #D51DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DA2; }

 p { color: rgb(213,29,162); }

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

background-color css

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

 a { background-color: rgb(213,29,162); }

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

border-color css

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

 span { border-color: rgb(213,29,162); }

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