Html Css Color HEX #D51AAB Medium Violet Red

📋 copy color: '#D51AAB'

red 213 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #D51AAB

Tints of Medium Violet Red #D51AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 51.95%
G = 6.34%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D51AAB (or 0xD51AAB) is known color: Medium Violet Red. HEX triplet: D5, 1A and AB. RGB value is (213,26,171). Sum of RGB (Red+Green+Blue) = 213+26+171=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51AAB is #2AE554. Grayscale: #626262. Windows color (decimal): -2811221 or 11213525. OLE color: 11213525.

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

Color convert

RGB 213 26 171 -
CMYK 0 0.88 0.20 0.16
HSL 313.48º 0.78% 0.47% -
HSV(B) 313.48º 0.88% 0.84% -
XYZ 35.16 17.83 40.12 -
YUV 98.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 213 26 171 0 0.88 0.20 0.16 313.48 0.78 0.47
Hex D5 1A AB 0 58 14 10 139 4E 2F
Octal 325 32 253 0 130 24 20 471 116 57
Binary 11010101 11010 10101011 0 1011000 10100 10000 100111001 1001110 101111

Color Harmonies of #D51AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AAB

Black with #D51AAB

Text Example


Text Example

White with #D51AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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