Html Css Color HEX #DF0886 Medium Violet Red

📋 copy color: '#DF0886'

red 223 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #DF0886

Tints of Medium Violet Red #DF0886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 61.1%
G = 2.19%
B = 36.71%

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

#DF0886 (or 0xDF0886) is known color: Medium Violet Red. HEX triplet: DF, 08 and 86. RGB value is (223,8,134). Sum of RGB (Red+Green+Blue) = 223+8+134=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0886 is #20F779. Grayscale: #565656. Windows color (decimal): -2160506 or 8784095. OLE color: 8784095.

HSL color Cylindrical-coordinate representation of color #DF0886: hue angle of 324.84º degrees, saturation: 0.93, 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 #DF0886 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 134 -
CMYK 0 0.96 0.40 0.13
HSL 324.84º 0.93% 0.45% -
HSV(B) 324.84º 0.96% 0.87% -
XYZ 34.82 17.58 24.11 -
YUV 86.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 223 8 134 0 0.96 0.40 0.13 324.84 0.93 0.45
Hex DF 8 86 0 60 28 D 145 5D 2D
Octal 337 10 206 0 140 50 15 505 135 55
Binary 11011111 1000 10000110 0 1100000 101000 1101 101000101 1011101 101101

Color Harmonies of #DF0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0886

Black with #DF0886

Text Example


Text Example

White with #DF0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0886; }

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

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

background-color css

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

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

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

border-color css

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

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

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