Html Css Color HEX #D51F7D Medium Violet Red

📋 copy color: '#D51F7D'

red 213 ◦ green 31 ◦ blue 125

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

Shades of Medium Violet Red #D51F7D

Tints of Medium Violet Red #D51F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 57.72%
G = 8.4%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D51F7D (or 0xD51F7D) is known color: Medium Violet Red. HEX triplet: D5, 1F and 7D. RGB value is (213,31,125). Sum of RGB (Red+Green+Blue) = 213+31+125=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51F7D is #2AE082. Grayscale: #5F5F5F. Windows color (decimal): -2809987 or 8200149. OLE color: 8200149.

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

Color convert

RGB 213 31 125 -
CMYK 0 0.85 0.41 0.16
HSL 329.01º 0.75% 0.48% -
HSV(B) 329.01º 0.85% 0.84% -
XYZ 31.63 16.61 20.94 -
YUV 96.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 213 31 125 0 0.85 0.41 0.16 329.01 0.75 0.48
Hex D5 1F 7D 0 55 29 10 149 4B 30
Octal 325 37 175 0 125 51 20 511 113 60
Binary 11010101 11111 1111101 0 1010101 101001 10000 101001001 1001011 110000

Color Harmonies of #D51F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F7D

Black with #D51F7D

Text Example


Text Example

White with #D51F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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