Html Css Color HEX #D3137C Medium Violet Red

📋 copy color: '#D3137C'

red 211 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #D3137C

Tints of Medium Violet Red #D3137C

RGB

 RED value IS 211 (82.81% from 255) = 59.6%

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 59.6%
G = 5.37%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3137C (or 0xD3137C) is known color: Medium Violet Red. HEX triplet: D3, 13 and 7C. RGB value is (211,19,124). Sum of RGB (Red+Green+Blue) = 211+19+124=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3137C is #2CEC83. Grayscale: #585858. Windows color (decimal): -2944132 or 8131539. OLE color: 8131539.

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

Color convert

RGB 211 19 124 -
CMYK 0 0.91 0.41 0.17
HSL 327.19º 0.83% 0.45% -
HSV(B) 327.19º 0.91% 0.83% -
XYZ 30.73 15.77 20.49 -
YUV 88.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 211 19 124 0 0.91 0.41 0.17 327.19 0.83 0.45
Hex D3 13 7C 0 5B 29 11 147 53 2D
Octal 323 23 174 0 133 51 21 507 123 55
Binary 11010011 10011 1111100 0 1011011 101001 10001 101000111 1010011 101101

Color Harmonies of #D3137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3137C

Black with #D3137C

Text Example


Text Example

White with #D3137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3137C; }

 p { color: rgb(211,19,124); }

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

background-color css

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

 a { background-color: rgb(211,19,124); }

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

border-color css

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

 span { border-color: rgb(211,19,124); }

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