Html Css Color HEX #D51575 Medium Violet Red

📋 copy color: '#D51575'

red 213 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #D51575

Tints of Medium Violet Red #D51575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 60.68%
G = 5.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D51575 (or 0xD51575) is known color: Medium Violet Red. HEX triplet: D5, 15 and 75. RGB value is (213,21,117). Sum of RGB (Red+Green+Blue) = 213+21+117=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51575 is #2AEA8A. Grayscale: #595959. Windows color (decimal): -2812555 or 7673301. OLE color: 7673301.

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

Color convert

RGB 213 21 117 -
CMYK 0 0.90 0.45 0.16
HSL 330º 0.82% 0.46% -
HSV(B) 330º 0.9% 0.84% -
XYZ 30.92 15.97 18.28 -
YUV 89.35 143.61 216.19 -
System Red Green Blue C M Y K H S L
Decimal 213 21 117 0 0.90 0.45 0.16 330 0.82 0.46
Hex D5 15 75 0 5A 2D 10 14A 52 2E
Octal 325 25 165 0 132 55 20 512 122 56
Binary 11010101 10101 1110101 0 1011010 101101 10000 101001010 1010010 101110

Color Harmonies of #D51575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51575

Black with #D51575

Text Example


Text Example

White with #D51575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51575; }

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

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

background-color css

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

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

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

border-color css

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

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

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