Html Css Color HEX #DF1080 Medium Violet Red

📋 copy color: '#DF1080'

red 223 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #DF1080

Tints of Medium Violet Red #DF1080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 60.76%
G = 4.36%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF1080 (or 0xDF1080) is known color: Medium Violet Red. HEX triplet: DF, 10 and 80. RGB value is (223,16,128). Sum of RGB (Red+Green+Blue) = 223+16+128=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1080 is #20EF7F. Grayscale: #5A5A5A. Windows color (decimal): -2158464 or 8392927. OLE color: 8392927.

HSL color Cylindrical-coordinate representation of color #DF1080: hue angle of 327.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1080 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 128 -
CMYK 0 0.93 0.43 0.13
HSL 327.54º 0.87% 0.47% -
HSV(B) 327.54º 0.93% 0.87% -
XYZ 34.51 17.62 22 -
YUV 90.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 223 16 128 0 0.93 0.43 0.13 327.54 0.87 0.47
Hex DF 10 80 0 5D 2B D 148 57 2F
Octal 337 20 200 0 135 53 15 510 127 57
Binary 11011111 10000 10000000 0 1011101 101011 1101 101001000 1010111 101111

Color Harmonies of #DF1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1080

Black with #DF1080

Text Example


Text Example

White with #DF1080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1080; }

 p { color: rgb(223,16,128); }

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

background-color css

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

 a { background-color: rgb(223,16,128); }

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

border-color css

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

 span { border-color: rgb(223,16,128); }

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