Html Css Color HEX #D3157D Medium Violet Red

📋 copy color: '#D3157D'

red 211 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #D3157D

Tints of Medium Violet Red #D3157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 59.1%
G = 5.88%
B = 35.01%

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

#D3157D (or 0xD3157D) is known color: Medium Violet Red. HEX triplet: D3, 15 and 7D. RGB value is (211,21,125). Sum of RGB (Red+Green+Blue) = 211+21+125=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3157D is #2CEA82. Grayscale: #595959. Windows color (decimal): -2943619 or 8197587. OLE color: 8197587.

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

Color convert

RGB 211 21 125 -
CMYK 0 0.90 0.41 0.17
HSL 327.16º 0.82% 0.45% -
HSV(B) 327.16º 0.9% 0.83% -
XYZ 30.83 15.87 20.84 -
YUV 89.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 211 21 125 0 0.90 0.41 0.17 327.16 0.82 0.45
Hex D3 15 7D 0 5A 29 11 147 52 2D
Octal 323 25 175 0 132 51 21 507 122 55
Binary 11010011 10101 1111101 0 1011010 101001 10001 101000111 1010010 101101

Color Harmonies of #D3157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3157D

Black with #D3157D

Text Example


Text Example

White with #D3157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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