Html Css Color HEX #D5117B Medium Violet Red

📋 copy color: '#D5117B'

red 213 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #D5117B

Tints of Medium Violet Red #D5117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 60.34%
G = 4.82%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5117B (or 0xD5117B) is known color: Medium Violet Red. HEX triplet: D5, 11 and 7B. RGB value is (213,17,123). Sum of RGB (Red+Green+Blue) = 213+17+123=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5117B is #2AEE84. Grayscale: #575757. Windows color (decimal): -2813573 or 8065493. OLE color: 8065493.

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

Color convert

RGB 213 17 123 -
CMYK 0 0.92 0.42 0.16
HSL 327.55º 0.85% 0.45% -
HSV(B) 327.55º 0.92% 0.84% -
XYZ 31.22 15.98 20.18 -
YUV 87.69 147.93 217.38 -
System Red Green Blue C M Y K H S L
Decimal 213 17 123 0 0.92 0.42 0.16 327.55 0.85 0.45
Hex D5 11 7B 0 5C 2A 10 148 55 2D
Octal 325 21 173 0 134 52 20 510 125 55
Binary 11010101 10001 1111011 0 1011100 101010 10000 101001000 1010101 101101

Color Harmonies of #D5117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5117B

Black with #D5117B

Text Example


Text Example

White with #D5117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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