Html Css Color HEX #DF117C Medium Violet Red

📋 copy color: '#DF117C'

red 223 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #DF117C

Tints of Medium Violet Red #DF117C

RGB

 RED value IS 223 (87.5% from 255) = 61.26%

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

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

R = 61.26%
G = 4.67%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF117C (or 0xDF117C) is known color: Medium Violet Red. HEX triplet: DF, 11 and 7C. RGB value is (223,17,124). Sum of RGB (Red+Green+Blue) = 223+17+124=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF117C is #20EE83. Grayscale: #5A5A5A. Windows color (decimal): -2158212 or 8131039. OLE color: 8131039.

HSL color Cylindrical-coordinate representation of color #DF117C: hue angle of 328.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF117C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 124 -
CMYK 0 0.92 0.44 0.13
HSL 328.84º 0.86% 0.47% -
HSV(B) 328.84º 0.92% 0.87% -
XYZ 34.27 17.54 20.65 -
YUV 90.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 223 17 124 0 0.92 0.44 0.13 328.84 0.86 0.47
Hex DF 11 7C 0 5C 2C D 149 56 2F
Octal 337 21 174 0 134 54 15 511 126 57
Binary 11011111 10001 1111100 0 1011100 101100 1101 101001001 1010110 101111

Color Harmonies of #DF117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF117C

Black with #DF117C

Text Example


Text Example

White with #DF117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF117C; }

 p { color: rgb(223,17,124); }

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

background-color css

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

 a { background-color: rgb(223,17,124); }

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

border-color css

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

 span { border-color: rgb(223,17,124); }

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