Html Css Color HEX #D5138C Medium Violet Red

📋 copy color: '#D5138C'

red 213 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #D5138C

Tints of Medium Violet Red #D5138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 57.26%
G = 5.11%
B = 37.63%

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

#D5138C (or 0xD5138C) is known color: Medium Violet Red. HEX triplet: D5, 13 and 8C. RGB value is (213,19,140). Sum of RGB (Red+Green+Blue) = 213+19+140=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5138C is #2AEC73. Grayscale: #5A5A5A. Windows color (decimal): -2813044 or 9180117. OLE color: 9180117.

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

Color convert

RGB 213 19 140 -
CMYK 0 0.91 0.34 0.16
HSL 322.58º 0.84% 0.45% -
HSV(B) 322.58º 0.91% 0.84% -
XYZ 32.41 16.51 26.29 -
YUV 90.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 213 19 140 0 0.91 0.34 0.16 322.58 0.84 0.45
Hex D5 13 8C 0 5B 22 10 143 54 2D
Octal 325 23 214 0 133 42 20 503 124 55
Binary 11010101 10011 10001100 0 1011011 100010 10000 101000011 1010100 101101

Color Harmonies of #D5138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5138C

Black with #D5138C

Text Example


Text Example

White with #D5138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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