Html Css Color HEX #D51988 Medium Violet Red

📋 copy color: '#D51988'

red 213 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #D51988

Tints of Medium Violet Red #D51988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 56.95%
G = 6.68%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D51988 (or 0xD51988) is known color: Medium Violet Red. HEX triplet: D5, 19 and 88. RGB value is (213,25,136). Sum of RGB (Red+Green+Blue) = 213+25+136=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D51988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51988 is #2AE677. Grayscale: #5D5D5D. Windows color (decimal): -2811512 or 8919509. OLE color: 8919509.

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

Color convert

RGB 213 25 136 -
CMYK 0 0.88 0.36 0.16
HSL 324.57º 0.79% 0.47% -
HSV(B) 324.57º 0.88% 0.84% -
XYZ 32.23 16.62 24.8 -
YUV 93.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 213 25 136 0 0.88 0.36 0.16 324.57 0.79 0.47
Hex D5 19 88 0 58 24 10 145 4F 2F
Octal 325 31 210 0 130 44 20 505 117 57
Binary 11010101 11001 10001000 0 1011000 100100 10000 101000101 1001111 101111

Color Harmonies of #D51988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51988

Black with #D51988

Text Example


Text Example

White with #D51988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51988; }

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

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

background-color css

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

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

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

border-color css

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

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

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