Html Css Color HEX #D3117F Medium Violet Red

📋 copy color: '#D3117F'

red 211 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #D3117F

Tints of Medium Violet Red #D3117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.79%

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

R = 59.44%
G = 4.79%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3117F (or 0xD3117F) is known color: Medium Violet Red. HEX triplet: D3, 11 and 7F. RGB value is (211,17,127). Sum of RGB (Red+Green+Blue) = 211+17+127=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3117F is #2CEE80. Grayscale: #575757. Windows color (decimal): -2944641 or 8327635. OLE color: 8327635.

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

Color convert

RGB 211 17 127 -
CMYK 0 0.92 0.40 0.17
HSL 325.98º 0.85% 0.45% -
HSV(B) 325.98º 0.92% 0.83% -
XYZ 30.9 15.78 21.5 -
YUV 87.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 211 17 127 0 0.92 0.40 0.17 325.98 0.85 0.45
Hex D3 11 7F 0 5C 28 11 146 55 2D
Octal 323 21 177 0 134 50 21 506 125 55
Binary 11010011 10001 1111111 0 1011100 101000 10001 101000110 1010101 101101

Color Harmonies of #D3117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3117F

Black with #D3117F

Text Example


Text Example

White with #D3117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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