Html Css Color HEX #D5137B Medium Violet Red

📋 copy color: '#D5137B'

red 213 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #D5137B

Tints of Medium Violet Red #D5137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

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

R = 60%
G = 5.35%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5137B (or 0xD5137B) is known color: Medium Violet Red. HEX triplet: D5, 13 and 7B. RGB value is (213,19,123). Sum of RGB (Red+Green+Blue) = 213+19+123=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5137B is #2AEC84. Grayscale: #585858. Windows color (decimal): -2813061 or 8066005. OLE color: 8066005.

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

Color convert

RGB 213 19 123 -
CMYK 0 0.91 0.42 0.16
HSL 327.84º 0.84% 0.45% -
HSV(B) 327.84º 0.91% 0.84% -
XYZ 31.25 16.04 20.19 -
YUV 88.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 213 19 123 0 0.91 0.42 0.16 327.84 0.84 0.45
Hex D5 13 7B 0 5B 2A 10 148 54 2D
Octal 325 23 173 0 133 52 20 510 124 55
Binary 11010101 10011 1111011 0 1011011 101010 10000 101001000 1010100 101101

Color Harmonies of #D5137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5137B

Black with #D5137B

Text Example


Text Example

White with #D5137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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