Html Css Color HEX #D51F8C Medium Violet Red

📋 copy color: '#D51F8C'

red 213 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #D51F8C

Tints of Medium Violet Red #D51F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 55.47%
G = 8.07%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D51F8C (or 0xD51F8C) is known color: Medium Violet Red. HEX triplet: D5, 1F and 8C. RGB value is (213,31,140). Sum of RGB (Red+Green+Blue) = 213+31+140=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51F8C is #2AE073. Grayscale: #616161. Windows color (decimal): -2809972 or 9183189. OLE color: 9183189.

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

Color convert

RGB 213 31 140 -
CMYK 0 0.85 0.34 0.16
HSL 324.07º 0.75% 0.48% -
HSV(B) 324.07º 0.85% 0.84% -
XYZ 32.66 17.02 26.37 -
YUV 97.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 213 31 140 0 0.85 0.34 0.16 324.07 0.75 0.48
Hex D5 1F 8C 0 55 22 10 144 4B 30
Octal 325 37 214 0 125 42 20 504 113 60
Binary 11010101 11111 10001100 0 1010101 100010 10000 101000100 1001011 110000

Color Harmonies of #D51F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F8C

Black with #D51F8C

Text Example


Text Example

White with #D51F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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