Html Css Color HEX #D51984 Medium Violet Red

📋 copy color: '#D51984'

red 213 ◦ green 25 ◦ blue 132

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

Shades of Medium Violet Red #D51984

Tints of Medium Violet Red #D51984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 57.57%
G = 6.76%
B = 35.68%

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

#D51984 (or 0xD51984) is known color: Medium Violet Red. HEX triplet: D5, 19 and 84. RGB value is (213,25,132). Sum of RGB (Red+Green+Blue) = 213+25+132=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D51984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51984 is #2AE67B. Grayscale: #5D5D5D. Windows color (decimal): -2811516 or 8657365. OLE color: 8657365.

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

Color convert

RGB 213 25 132 -
CMYK 0 0.88 0.38 0.16
HSL 325.85º 0.79% 0.47% -
HSV(B) 325.85º 0.88% 0.84% -
XYZ 31.95 16.51 23.33 -
YUV 93.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 213 25 132 0 0.88 0.38 0.16 325.85 0.79 0.47
Hex D5 19 84 0 58 26 10 146 4F 2F
Octal 325 31 204 0 130 46 20 506 117 57
Binary 11010101 11001 10000100 0 1011000 100110 10000 101000110 1001111 101111

Color Harmonies of #D51984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51984

Black with #D51984

Text Example


Text Example

White with #D51984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51984; }

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

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

background-color css

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

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

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

border-color css

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

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

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