Html Css Color HEX #DF118E Medium Violet Red

📋 copy color: '#DF118E'

red 223 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #DF118E

Tints of Medium Violet Red #DF118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 58.38%
G = 4.45%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF118E (or 0xDF118E) is known color: Medium Violet Red. HEX triplet: DF, 11 and 8E. RGB value is (223,17,142). Sum of RGB (Red+Green+Blue) = 223+17+142=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF118E is #20EE71. Grayscale: #5C5C5C. Windows color (decimal): -2158194 or 9310687. OLE color: 9310687.

HSL color Cylindrical-coordinate representation of color #DF118E: hue angle of 323.59º 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 #DF118E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 142 -
CMYK 0 0.92 0.36 0.13
HSL 323.59º 0.86% 0.47% -
HSV(B) 323.59º 0.92% 0.87% -
XYZ 35.51 18.04 27.2 -
YUV 92.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 223 17 142 0 0.92 0.36 0.13 323.59 0.86 0.47
Hex DF 11 8E 0 5C 24 D 144 56 2F
Octal 337 21 216 0 134 44 15 504 126 57
Binary 11011111 10001 10001110 0 1011100 100100 1101 101000100 1010110 101111

Color Harmonies of #DF118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF118E

Black with #DF118E

Text Example


Text Example

White with #DF118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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