Html Css Color HEX #D51595 Medium Violet Red

📋 copy color: '#D51595'

red 213 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #D51595

Tints of Medium Violet Red #D51595

RGB

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

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

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

R = 55.61%
G = 5.48%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D51595 (or 0xD51595) is known color: Medium Violet Red. HEX triplet: D5, 15 and 95. RGB value is (213,21,149). Sum of RGB (Red+Green+Blue) = 213+21+149=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51595 is #2AEA6A. Grayscale: #5C5C5C. Windows color (decimal): -2812523 or 9770453. OLE color: 9770453.

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

Color convert

RGB 213 21 149 -
CMYK 0 0.90 0.30 0.16
HSL 320º 0.82% 0.46% -
HSV(B) 320º 0.9% 0.84% -
XYZ 33.13 16.85 29.94 -
YUV 93 159.61 213.59 -
System Red Green Blue C M Y K H S L
Decimal 213 21 149 0 0.90 0.30 0.16 320 0.82 0.46
Hex D5 15 95 0 5A 1E 10 140 52 2E
Octal 325 25 225 0 132 36 20 500 122 56
Binary 11010101 10101 10010101 0 1011010 11110 10000 101000000 1010010 101110

Color Harmonies of #D51595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51595

Black with #D51595

Text Example


Text Example

White with #D51595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51595; }

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

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

background-color css

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

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

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

border-color css

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

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

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