Html Css Color HEX #D3157C Medium Violet Red

📋 copy color: '#D3157C'

red 211 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #D3157C

Tints of Medium Violet Red #D3157C

RGB

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

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

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

R = 59.27%
G = 5.9%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3157C (or 0xD3157C) is known color: Medium Violet Red. HEX triplet: D3, 15 and 7C. RGB value is (211,21,124). Sum of RGB (Red+Green+Blue) = 211+21+124=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3157C is #2CEA83. Grayscale: #595959. Windows color (decimal): -2943620 or 8132051. OLE color: 8132051.

HSL color Cylindrical-coordinate representation of color #D3157C: hue angle of 327.47º 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 #D3157C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 124 -
CMYK 0 0.90 0.41 0.17
HSL 327.47º 0.82% 0.45% -
HSV(B) 327.47º 0.9% 0.83% -
XYZ 30.77 15.84 20.5 -
YUV 89.55 147.45 214.62 -
System Red Green Blue C M Y K H S L
Decimal 211 21 124 0 0.90 0.41 0.17 327.47 0.82 0.45
Hex D3 15 7C 0 5A 29 11 147 52 2D
Octal 323 25 174 0 132 51 21 507 122 55
Binary 11010011 10101 1111100 0 1011010 101001 10001 101000111 1010010 101101

Color Harmonies of #D3157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3157C

Black with #D3157C

Text Example


Text Example

White with #D3157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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