Html Css Color HEX #D51895 Medium Violet Red

📋 copy color: '#D51895'

red 213 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #D51895

Tints of Medium Violet Red #D51895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.22%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 55.18%
G = 6.22%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D51895 (or 0xD51895) is known color: Medium Violet Red. HEX triplet: D5, 18 and 95. RGB value is (213,24,149). Sum of RGB (Red+Green+Blue) = 213+24+149=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D51895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51895 is #2AE76A. Grayscale: #5E5E5E. Windows color (decimal): -2811755 or 9771221. OLE color: 9771221.

HSL color Cylindrical-coordinate representation of color #D51895: hue angle of 320.32º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51895 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 149 -
CMYK 0 0.89 0.30 0.16
HSL 320.32º 0.8% 0.46% -
HSV(B) 320.32º 0.89% 0.84% -
XYZ 33.19 16.97 29.96 -
YUV 94.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 213 24 149 0 0.89 0.30 0.16 320.32 0.8 0.46
Hex D5 18 95 0 59 1E 10 140 50 2E
Octal 325 30 225 0 131 36 20 500 120 56
Binary 11010101 11000 10010101 0 1011001 11110 10000 101000000 1010000 101110

Color Harmonies of #D51895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51895

Black with #D51895

Text Example


Text Example

White with #D51895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51895; }

 p { color: rgb(213,24,149); }

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

background-color css

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

 a { background-color: rgb(213,24,149); }

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

border-color css

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

 span { border-color: rgb(213,24,149); }

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