Html Css Color HEX #D3177D Medium Violet Red

📋 copy color: '#D3177D'

red 211 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #D3177D

Tints of Medium Violet Red #D3177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

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

R = 58.77%
G = 6.41%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3177D (or 0xD3177D) is known color: Medium Violet Red. HEX triplet: D3, 17 and 7D. RGB value is (211,23,125). Sum of RGB (Red+Green+Blue) = 211+23+125=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3177D is #2CE882. Grayscale: #5A5A5A. Windows color (decimal): -2943107 or 8198099. OLE color: 8198099.

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

Color convert

RGB 211 23 125 -
CMYK 0 0.89 0.41 0.17
HSL 327.45º 0.8% 0.46% -
HSV(B) 327.45º 0.89% 0.83% -
XYZ 30.87 15.94 20.85 -
YUV 90.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 211 23 125 0 0.89 0.41 0.17 327.45 0.8 0.46
Hex D3 17 7D 0 59 29 11 147 50 2E
Octal 323 27 175 0 131 51 21 507 120 56
Binary 11010011 10111 1111101 0 1011001 101001 10001 101000111 1010000 101110

Color Harmonies of #D3177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3177D

Black with #D3177D

Text Example


Text Example

White with #D3177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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