Html Css Color HEX #D51592 Medium Violet Red

📋 copy color: '#D51592'

red 213 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #D51592

Tints of Medium Violet Red #D51592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 56.05%
G = 5.53%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51592 (or 0xD51592) is known color: Medium Violet Red. HEX triplet: D5, 15 and 92. RGB value is (213,21,146). Sum of RGB (Red+Green+Blue) = 213+21+146=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D51592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51592 is #2AEA6D. Grayscale: #5C5C5C. Windows color (decimal): -2812526 or 9573845. OLE color: 9573845.

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

Color convert

RGB 213 21 146 -
CMYK 0 0.90 0.31 0.16
HSL 320.94º 0.82% 0.46% -
HSV(B) 320.94º 0.9% 0.84% -
XYZ 32.9 16.76 28.69 -
YUV 92.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 213 21 146 0 0.90 0.31 0.16 320.94 0.82 0.46
Hex D5 15 92 0 5A 1F 10 141 52 2E
Octal 325 25 222 0 132 37 20 501 122 56
Binary 11010101 10101 10010010 0 1011010 11111 10000 101000001 1010010 101110

Color Harmonies of #D51592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51592

Black with #D51592

Text Example


Text Example

White with #D51592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51592; }

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

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

background-color css

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

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

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

border-color css

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

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

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