Html Css Color HEX #D51181 Medium Violet Red

📋 copy color: '#D51181'

red 213 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #D51181

Tints of Medium Violet Red #D51181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.74%

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

R = 59.33%
G = 4.74%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51181 (or 0xD51181) is known color: Medium Violet Red. HEX triplet: D5, 11 and 81. RGB value is (213,17,129). Sum of RGB (Red+Green+Blue) = 213+17+129=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D51181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51181 is #2AEE7E. Grayscale: #585858. Windows color (decimal): -2813567 or 8458709. OLE color: 8458709.

HSL color Cylindrical-coordinate representation of color #D51181: hue angle of 325.71º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51181 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 129 -
CMYK 0 0.92 0.39 0.16
HSL 325.71º 0.85% 0.45% -
HSV(B) 325.71º 0.92% 0.84% -
XYZ 31.6 16.13 22.22 -
YUV 88.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 213 17 129 0 0.92 0.39 0.16 325.71 0.85 0.45
Hex D5 11 81 0 5C 27 10 146 55 2D
Octal 325 21 201 0 134 47 20 506 125 55
Binary 11010101 10001 10000001 0 1011100 100111 10000 101000110 1010101 101101

Color Harmonies of #D51181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51181

Black with #D51181

Text Example


Text Example

White with #D51181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51181; }

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

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

background-color css

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

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

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

border-color css

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

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

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