Html Css Color HEX #D51175 Medium Violet Red

📋 copy color: '#D51175'

red 213 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #D51175

Tints of Medium Violet Red #D51175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

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

R = 61.38%
G = 4.9%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D51175 (or 0xD51175) is known color: Medium Violet Red. HEX triplet: D5, 11 and 75. RGB value is (213,17,117). Sum of RGB (Red+Green+Blue) = 213+17+117=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D51175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51175 is #2AEE8A. Grayscale: #565656. Windows color (decimal): -2813579 or 7672277. OLE color: 7672277.

HSL color Cylindrical-coordinate representation of color #D51175: hue angle of 329.39º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51175 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 117 -
CMYK 0 0.92 0.45 0.16
HSL 329.39º 0.85% 0.45% -
HSV(B) 329.39º 0.92% 0.84% -
XYZ 30.85 15.83 18.26 -
YUV 87 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 213 17 117 0 0.92 0.45 0.16 329.39 0.85 0.45
Hex D5 11 75 0 5C 2D 10 149 55 2D
Octal 325 21 165 0 134 55 20 511 125 55
Binary 11010101 10001 1110101 0 1011100 101101 10000 101001001 1010101 101101

Color Harmonies of #D51175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51175

Black with #D51175

Text Example


Text Example

White with #D51175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51175; }

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

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

background-color css

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

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

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

border-color css

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

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

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