Html Css Color HEX #D3157E Medium Violet Red

📋 copy color: '#D3157E'

red 211 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #D3157E

Tints of Medium Violet Red #D3157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 58.94%
G = 5.87%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3157E (or 0xD3157E) is known color: Medium Violet Red. HEX triplet: D3, 15 and 7E. RGB value is (211,21,126). Sum of RGB (Red+Green+Blue) = 211+21+126=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3157E is #2CEA81. Grayscale: #595959. Windows color (decimal): -2943618 or 8263123. OLE color: 8263123.

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

Color convert

RGB 211 21 126 -
CMYK 0 0.90 0.40 0.17
HSL 326.84º 0.82% 0.45% -
HSV(B) 326.84º 0.9% 0.83% -
XYZ 30.9 15.89 21.18 -
YUV 89.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 211 21 126 0 0.90 0.40 0.17 326.84 0.82 0.45
Hex D3 15 7E 0 5A 28 11 147 52 2D
Octal 323 25 176 0 132 50 21 507 122 55
Binary 11010011 10101 1111110 0 1011010 101000 10001 101000111 1010010 101101

Color Harmonies of #D3157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3157E

Black with #D3157E

Text Example


Text Example

White with #D3157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3157E; }

 p { color: rgb(211,21,126); }

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

background-color css

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

 a { background-color: rgb(211,21,126); }

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

border-color css

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

 span { border-color: rgb(211,21,126); }

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