Html Css Color HEX #D51A7D Medium Violet Red

📋 copy color: '#D51A7D'

red 213 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #D51A7D

Tints of Medium Violet Red #D51A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 58.52%
G = 7.14%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D51A7D (or 0xD51A7D) is known color: Medium Violet Red. HEX triplet: D5, 1A and 7D. RGB value is (213,26,125). Sum of RGB (Red+Green+Blue) = 213+26+125=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A7D is #2AE582. Grayscale: #5C5C5C. Windows color (decimal): -2811267 or 8198869. OLE color: 8198869.

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

Color convert

RGB 213 26 125 -
CMYK 0 0.88 0.41 0.16
HSL 328.24º 0.78% 0.47% -
HSV(B) 328.24º 0.88% 0.84% -
XYZ 31.51 16.37 20.9 -
YUV 93.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 213 26 125 0 0.88 0.41 0.16 328.24 0.78 0.47
Hex D5 1A 7D 0 58 29 10 148 4E 2F
Octal 325 32 175 0 130 51 20 510 116 57
Binary 11010101 11010 1111101 0 1011000 101001 10000 101001000 1001110 101111

Color Harmonies of #D51A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A7D

Black with #D51A7D

Text Example


Text Example

White with #D51A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A7D; }

 p { color: rgb(213,26,125); }

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

background-color css

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

 a { background-color: rgb(213,26,125); }

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

border-color css

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

 span { border-color: rgb(213,26,125); }

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