Html Css Color HEX #D51F89 Medium Violet Red

📋 copy color: '#D51F89'

red 213 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #D51F89

Tints of Medium Violet Red #D51F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 55.91%
G = 8.14%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D51F89 (or 0xD51F89) is known color: Medium Violet Red. HEX triplet: D5, 1F and 89. RGB value is (213,31,137). Sum of RGB (Red+Green+Blue) = 213+31+137=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51F89 is #2AE076. Grayscale: #616161. Windows color (decimal): -2809975 or 8986581. OLE color: 8986581.

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

Color convert

RGB 213 31 137 -
CMYK 0 0.85 0.36 0.16
HSL 325.05º 0.75% 0.48% -
HSV(B) 325.05º 0.85% 0.84% -
XYZ 32.45 16.93 25.23 -
YUV 97.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 213 31 137 0 0.85 0.36 0.16 325.05 0.75 0.48
Hex D5 1F 89 0 55 24 10 145 4B 30
Octal 325 37 211 0 125 44 20 505 113 60
Binary 11010101 11111 10001001 0 1010101 100100 10000 101000101 1001011 110000

Color Harmonies of #D51F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F89

Black with #D51F89

Text Example


Text Example

White with #D51F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F89; }

 p { color: rgb(213,31,137); }

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

background-color css

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

 a { background-color: rgb(213,31,137); }

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

border-color css

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

 span { border-color: rgb(213,31,137); }

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