Html Css Color HEX #DF188C Medium Violet Red

📋 copy color: '#DF188C'

red 223 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #DF188C

Tints of Medium Violet Red #DF188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 57.62%
G = 6.2%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF188C (or 0xDF188C) is known color: Medium Violet Red. HEX triplet: DF, 18 and 8C. RGB value is (223,24,140). Sum of RGB (Red+Green+Blue) = 223+24+140=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF188C is #20E773. Grayscale: #606060. Windows color (decimal): -2156404 or 9181407. OLE color: 9181407.

HSL color Cylindrical-coordinate representation of color #DF188C: hue angle of 325.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF188C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 140 -
CMYK 0 0.89 0.37 0.13
HSL 325.03º 0.81% 0.48% -
HSV(B) 325.03º 0.89% 0.87% -
XYZ 35.49 18.23 26.46 -
YUV 96.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 223 24 140 0 0.89 0.37 0.13 325.03 0.81 0.48
Hex DF 18 8C 0 59 25 D 145 51 30
Octal 337 30 214 0 131 45 15 505 121 60
Binary 11011111 11000 10001100 0 1011001 100101 1101 101000101 1010001 110000

Color Harmonies of #DF188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF188C

Black with #DF188C

Text Example


Text Example

White with #DF188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF188C; }

 p { color: rgb(223,24,140); }

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

background-color css

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

 a { background-color: rgb(223,24,140); }

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

border-color css

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

 span { border-color: rgb(223,24,140); }

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