Html Css Color HEX #D51993 Medium Violet Red

📋 copy color: '#D51993'

red 213 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #D51993

Tints of Medium Violet Red #D51993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 55.32%
G = 6.49%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51993 (or 0xD51993) is known color: Medium Violet Red. HEX triplet: D5, 19 and 93. RGB value is (213,25,147). Sum of RGB (Red+Green+Blue) = 213+25+147=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D51993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51993 is #2AE66C. Grayscale: #5E5E5E. Windows color (decimal): -2811501 or 9640405. OLE color: 9640405.

HSL color Cylindrical-coordinate representation of color #D51993: hue angle of 321.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51993 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 147 -
CMYK 0 0.88 0.31 0.16
HSL 321.06º 0.79% 0.47% -
HSV(B) 321.06º 0.88% 0.84% -
XYZ 33.05 16.95 29.13 -
YUV 95.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 213 25 147 0 0.88 0.31 0.16 321.06 0.79 0.47
Hex D5 19 93 0 58 1F 10 141 4F 2F
Octal 325 31 223 0 130 37 20 501 117 57
Binary 11010101 11001 10010011 0 1011000 11111 10000 101000001 1001111 101111

Color Harmonies of #D51993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51993

Black with #D51993

Text Example


Text Example

White with #D51993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51993; }

 p { color: rgb(213,25,147); }

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

background-color css

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

 a { background-color: rgb(213,25,147); }

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

border-color css

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

 span { border-color: rgb(213,25,147); }

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