Html Css Color HEX #D50881 Medium Violet Red

📋 copy color: '#D50881'

red 213 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #D50881

Tints of Medium Violet Red #D50881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 60.86%
G = 2.29%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D50881 (or 0xD50881) is known color: Medium Violet Red. HEX triplet: D5, 08 and 81. RGB value is (213,8,129). Sum of RGB (Red+Green+Blue) = 213+8+129=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50881 is #2AF77E. Grayscale: #525252. Windows color (decimal): -2815871 or 8456405. OLE color: 8456405.

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

Color convert

RGB 213 8 129 -
CMYK 0 0.96 0.39 0.16
HSL 324.59º 0.93% 0.43% -
HSV(B) 324.59º 0.96% 0.84% -
XYZ 31.49 15.9 22.18 -
YUV 83.09 153.92 220.66 -
System Red Green Blue C M Y K H S L
Decimal 213 8 129 0 0.96 0.39 0.16 324.59 0.93 0.43
Hex D5 8 81 0 60 27 10 145 5D 2B
Octal 325 10 201 0 140 47 20 505 135 53
Binary 11010101 1000 10000001 0 1100000 100111 10000 101000101 1011101 101011

Color Harmonies of #D50881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50881

Black with #D50881

Text Example


Text Example

White with #D50881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50881; }

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

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

background-color css

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

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

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

border-color css

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

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

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