Html Css Color HEX #D51581 Medium Violet Red

📋 copy color: '#D51581'

red 213 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #D51581

Tints of Medium Violet Red #D51581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 58.68%
G = 5.79%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51581 (or 0xD51581) is known color: Medium Violet Red. HEX triplet: D5, 15 and 81. RGB value is (213,21,129). Sum of RGB (Red+Green+Blue) = 213+21+129=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D51581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51581 is #2AEA7E. Grayscale: #5A5A5A. Windows color (decimal): -2812543 or 8459733. OLE color: 8459733.

HSL color Cylindrical-coordinate representation of color #D51581: hue angle of 326.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51581 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 129 -
CMYK 0 0.90 0.39 0.16
HSL 326.25º 0.82% 0.46% -
HSV(B) 326.25º 0.9% 0.84% -
XYZ 31.67 16.27 22.24 -
YUV 90.72 149.61 215.22 -
System Red Green Blue C M Y K H S L
Decimal 213 21 129 0 0.90 0.39 0.16 326.25 0.82 0.46
Hex D5 15 81 0 5A 27 10 146 52 2E
Octal 325 25 201 0 132 47 20 506 122 56
Binary 11010101 10101 10000001 0 1011010 100111 10000 101000110 1010010 101110

Color Harmonies of #D51581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51581

Black with #D51581

Text Example


Text Example

White with #D51581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51581; }

 p { color: rgb(213,21,129); }

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

background-color css

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

 a { background-color: rgb(213,21,129); }

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

border-color css

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

 span { border-color: rgb(213,21,129); }

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