Html Css Color HEX #DF1586 Medium Violet Red

📋 copy color: '#DF1586'

red 223 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #DF1586

Tints of Medium Violet Red #DF1586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 58.99%
G = 5.56%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF1586 (or 0xDF1586) is known color: Medium Violet Red. HEX triplet: DF, 15 and 86. RGB value is (223,21,134). Sum of RGB (Red+Green+Blue) = 223+21+134=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1586 is #20EA79. Grayscale: #5E5E5E. Windows color (decimal): -2157178 or 8787423. OLE color: 8787423.

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

Color convert

RGB 223 21 134 -
CMYK 0 0.91 0.40 0.13
HSL 326.44º 0.83% 0.48% -
HSV(B) 326.44º 0.91% 0.87% -
XYZ 35 17.95 24.17 -
YUV 94.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 223 21 134 0 0.91 0.40 0.13 326.44 0.83 0.48
Hex DF 15 86 0 5B 28 D 146 53 30
Octal 337 25 206 0 133 50 15 506 123 60
Binary 11011111 10101 10000110 0 1011011 101000 1101 101000110 1010011 110000

Color Harmonies of #DF1586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1586

Black with #DF1586

Text Example


Text Example

White with #DF1586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1586; }

 p { color: rgb(223,21,134); }

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

background-color css

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

 a { background-color: rgb(223,21,134); }

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

border-color css

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

 span { border-color: rgb(223,21,134); }

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