Html Css Color HEX #DF0986 Medium Violet Red

📋 copy color: '#DF0986'

red 223 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #DF0986

Tints of Medium Violet Red #DF0986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.46%

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

R = 60.93%
G = 2.46%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF0986 (or 0xDF0986) is known color: Medium Violet Red. HEX triplet: DF, 09 and 86. RGB value is (223,9,134). Sum of RGB (Red+Green+Blue) = 223+9+134=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0986 is #20F679. Grayscale: #565656. Windows color (decimal): -2160250 or 8784351. OLE color: 8784351.

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

Color convert

RGB 223 9 134 -
CMYK 0 0.96 0.40 0.13
HSL 324.95º 0.92% 0.45% -
HSV(B) 324.95º 0.96% 0.87% -
XYZ 34.83 17.6 24.12 -
YUV 87.24 154.4 224.84 -
System Red Green Blue C M Y K H S L
Decimal 223 9 134 0 0.96 0.40 0.13 324.95 0.92 0.45
Hex DF 9 86 0 60 28 D 145 5C 2D
Octal 337 11 206 0 140 50 15 505 134 55
Binary 11011111 1001 10000110 0 1100000 101000 1101 101000101 1011100 101101

Color Harmonies of #DF0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0986

Black with #DF0986

Text Example


Text Example

White with #DF0986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0986; }

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

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

background-color css

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

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

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

border-color css

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

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

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