Html Css Color HEX #D5138D Medium Violet Red

📋 copy color: '#D5138D'

red 213 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #D5138D

Tints of Medium Violet Red #D5138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 57.1%
G = 5.09%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5138D (or 0xD5138D) is known color: Medium Violet Red. HEX triplet: D5, 13 and 8D. RGB value is (213,19,141). Sum of RGB (Red+Green+Blue) = 213+19+141=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5138D is #2AEC72. Grayscale: #5A5A5A. Windows color (decimal): -2813043 or 9245653. OLE color: 9245653.

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

Color convert

RGB 213 19 141 -
CMYK 0 0.91 0.34 0.16
HSL 322.27º 0.84% 0.45% -
HSV(B) 322.27º 0.91% 0.84% -
XYZ 32.48 16.53 26.68 -
YUV 90.91 156.27 215.08 -
System Red Green Blue C M Y K H S L
Decimal 213 19 141 0 0.91 0.34 0.16 322.27 0.84 0.45
Hex D5 13 8D 0 5B 22 10 142 54 2D
Octal 325 23 215 0 133 42 20 502 124 55
Binary 11010101 10011 10001101 0 1011011 100010 10000 101000010 1010100 101101

Color Harmonies of #D5138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5138D

Black with #D5138D

Text Example


Text Example

White with #D5138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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