Html Css Color HEX #D51880 Medium Violet Red

📋 copy color: '#D51880'

red 213 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #D51880

Tints of Medium Violet Red #D51880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 58.36%
G = 6.58%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D51880 (or 0xD51880) is known color: Medium Violet Red. HEX triplet: D5, 18 and 80. RGB value is (213,24,128). Sum of RGB (Red+Green+Blue) = 213+24+128=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D51880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51880 is #2AE77F. Grayscale: #5C5C5C. Windows color (decimal): -2811776 or 8394965. OLE color: 8394965.

HSL color Cylindrical-coordinate representation of color #D51880: hue angle of 326.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51880 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 128 -
CMYK 0 0.89 0.40 0.16
HSL 326.98º 0.8% 0.46% -
HSV(B) 326.98º 0.89% 0.84% -
XYZ 31.66 16.36 21.91 -
YUV 92.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 213 24 128 0 0.89 0.40 0.16 326.98 0.8 0.46
Hex D5 18 80 0 59 28 10 147 50 2E
Octal 325 30 200 0 131 50 20 507 120 56
Binary 11010101 11000 10000000 0 1011001 101000 10000 101000111 1010000 101110

Color Harmonies of #D51880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51880

Black with #D51880

Text Example


Text Example

White with #D51880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51880; }

 p { color: rgb(213,24,128); }

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

background-color css

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

 a { background-color: rgb(213,24,128); }

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

border-color css

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

 span { border-color: rgb(213,24,128); }

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