Html Css Color HEX #D51983 Medium Violet Red

📋 copy color: '#D51983'

red 213 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #D51983

Tints of Medium Violet Red #D51983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 57.72%
G = 6.78%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51983 (or 0xD51983) is known color: Medium Violet Red. HEX triplet: D5, 19 and 83. RGB value is (213,25,131). Sum of RGB (Red+Green+Blue) = 213+25+131=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51983 is #2AE67C. Grayscale: #5D5D5D. Windows color (decimal): -2811517 or 8591829. OLE color: 8591829.

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

Color convert

RGB 213 25 131 -
CMYK 0 0.88 0.38 0.16
HSL 326.17º 0.79% 0.47% -
HSV(B) 326.17º 0.88% 0.84% -
XYZ 31.88 16.48 22.97 -
YUV 93.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 213 25 131 0 0.88 0.38 0.16 326.17 0.79 0.47
Hex D5 19 83 0 58 26 10 146 4F 2F
Octal 325 31 203 0 130 46 20 506 117 57
Binary 11010101 11001 10000011 0 1011000 100110 10000 101000110 1001111 101111

Color Harmonies of #D51983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51983

Black with #D51983

Text Example


Text Example

White with #D51983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51983; }

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

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

background-color css

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

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

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

border-color css

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

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

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