Html Css Color HEX #D51992 Medium Violet Red

📋 copy color: '#D51992'

red 213 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #D51992

Tints of Medium Violet Red #D51992

RGB

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

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

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

R = 55.47%
G = 6.51%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51992 (or 0xD51992) is known color: Medium Violet Red. HEX triplet: D5, 19 and 92. RGB value is (213,25,146). Sum of RGB (Red+Green+Blue) = 213+25+146=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51992 is #2AE66D. Grayscale: #5E5E5E. Windows color (decimal): -2811502 or 9574869. OLE color: 9574869.

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

Color convert

RGB 213 25 146 -
CMYK 0 0.88 0.31 0.16
HSL 321.38º 0.79% 0.47% -
HSV(B) 321.38º 0.88% 0.84% -
XYZ 32.98 16.92 28.72 -
YUV 95.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 213 25 146 0 0.88 0.31 0.16 321.38 0.79 0.47
Hex D5 19 92 0 58 1F 10 141 4F 2F
Octal 325 31 222 0 130 37 20 501 117 57
Binary 11010101 11001 10010010 0 1011000 11111 10000 101000001 1001111 101111

Color Harmonies of #D51992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51992

Black with #D51992

Text Example


Text Example

White with #D51992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51992; }

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

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

background-color css

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

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

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

border-color css

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

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

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