Html Css Color HEX #D51F85 Medium Violet Red

📋 copy color: '#D51F85'

red 213 ◦ green 31 ◦ blue 133

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

Shades of Medium Violet Red #D51F85

Tints of Medium Violet Red #D51F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 56.5%
G = 8.22%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51F85 (or 0xD51F85) is known color: Medium Violet Red. HEX triplet: D5, 1F and 85. RGB value is (213,31,133). Sum of RGB (Red+Green+Blue) = 213+31+133=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51F85 is #2AE07A. Grayscale: #606060. Windows color (decimal): -2809979 or 8724437. OLE color: 8724437.

HSL color Cylindrical-coordinate representation of color #D51F85: hue angle of 326.37º 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 #D51F85 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 133 -
CMYK 0 0.85 0.38 0.16
HSL 326.37º 0.75% 0.48% -
HSV(B) 326.37º 0.85% 0.84% -
XYZ 32.16 16.82 23.74 -
YUV 97.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 213 31 133 0 0.85 0.38 0.16 326.37 0.75 0.48
Hex D5 1F 85 0 55 26 10 146 4B 30
Octal 325 37 205 0 125 46 20 506 113 60
Binary 11010101 11111 10000101 0 1010101 100110 10000 101000110 1001011 110000

Color Harmonies of #D51F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F85

Black with #D51F85

Text Example


Text Example

White with #D51F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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