Html Css Color HEX #D51599 Medium Violet Red

📋 copy color: '#D51599'

red 213 ◦ green 21 ◦ blue 153

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

Shades of Medium Violet Red #D51599

Tints of Medium Violet Red #D51599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 55.04%
G = 5.43%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51599 (or 0xD51599) is known color: Medium Violet Red. HEX triplet: D5, 15 and 99. RGB value is (213,21,153). Sum of RGB (Red+Green+Blue) = 213+21+153=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D51599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51599 is #2AEA66. Grayscale: #5D5D5D. Windows color (decimal): -2812519 or 10032597. OLE color: 10032597.

HSL color Cylindrical-coordinate representation of color #D51599: hue angle of 318.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51599 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 153 -
CMYK 0 0.90 0.28 0.16
HSL 318.75º 0.82% 0.46% -
HSV(B) 318.75º 0.9% 0.84% -
XYZ 33.46 16.98 31.65 -
YUV 93.46 161.61 213.27 -
System Red Green Blue C M Y K H S L
Decimal 213 21 153 0 0.90 0.28 0.16 318.75 0.82 0.46
Hex D5 15 99 0 5A 1C 10 13F 52 2E
Octal 325 25 231 0 132 34 20 477 122 56
Binary 11010101 10101 10011001 0 1011010 11100 10000 100111111 1010010 101110

Color Harmonies of #D51599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51599

Black with #D51599

Text Example


Text Example

White with #D51599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51599; }

 p { color: rgb(213,21,153); }

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

background-color css

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

 a { background-color: rgb(213,21,153); }

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

border-color css

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

 span { border-color: rgb(213,21,153); }

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