Html Css Color HEX #D51A8B Medium Violet Red

📋 copy color: '#D51A8B'

red 213 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #D51A8B

Tints of Medium Violet Red #D51A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 56.35%
G = 6.88%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D51A8B (or 0xD51A8B) is known color: Medium Violet Red. HEX triplet: D5, 1A and 8B. RGB value is (213,26,139). Sum of RGB (Red+Green+Blue) = 213+26+139=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51A8B is #2AE574. Grayscale: #5E5E5E. Windows color (decimal): -2811253 or 9116373. OLE color: 9116373.

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

Color convert

RGB 213 26 139 -
CMYK 0 0.88 0.35 0.16
HSL 323.74º 0.78% 0.47% -
HSV(B) 323.74º 0.88% 0.84% -
XYZ 32.47 16.75 25.95 -
YUV 94.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 213 26 139 0 0.88 0.35 0.16 323.74 0.78 0.47
Hex D5 1A 8B 0 58 23 10 144 4E 2F
Octal 325 32 213 0 130 43 20 504 116 57
Binary 11010101 11010 10001011 0 1011000 100011 10000 101000100 1001110 101111

Color Harmonies of #D51A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A8B

Black with #D51A8B

Text Example


Text Example

White with #D51A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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