Html Css Color HEX #D3157F Medium Violet Red

📋 copy color: '#D3157F'

red 211 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #D3157F

Tints of Medium Violet Red #D3157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 58.77%
G = 5.85%
B = 35.38%

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

#D3157F (or 0xD3157F) is known color: Medium Violet Red. HEX triplet: D3, 15 and 7F. RGB value is (211,21,127). Sum of RGB (Red+Green+Blue) = 211+21+127=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3157F is #2CEA80. Grayscale: #595959. Windows color (decimal): -2943617 or 8328659. OLE color: 8328659.

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

Color convert

RGB 211 21 127 -
CMYK 0 0.90 0.40 0.17
HSL 326.53º 0.82% 0.45% -
HSV(B) 326.53º 0.9% 0.83% -
XYZ 30.96 15.92 21.52 -
YUV 89.89 148.95 214.38 -
System Red Green Blue C M Y K H S L
Decimal 211 21 127 0 0.90 0.40 0.17 326.53 0.82 0.45
Hex D3 15 7F 0 5A 28 11 147 52 2D
Octal 323 25 177 0 132 50 21 507 122 55
Binary 11010011 10101 1111111 0 1011010 101000 10001 101000111 1010010 101101

Color Harmonies of #D3157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3157F

Black with #D3157F

Text Example


Text Example

White with #D3157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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