Html Css Color HEX #DF0980 Medium Violet Red

📋 copy color: '#DF0980'

red 223 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #DF0980

Tints of Medium Violet Red #DF0980

RGB

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

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

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

R = 61.94%
G = 2.5%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF0980 (or 0xDF0980) is known color: Medium Violet Red. HEX triplet: DF, 09 and 80. RGB value is (223,9,128). Sum of RGB (Red+Green+Blue) = 223+9+128=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0980 is #20F67F. Grayscale: #565656. Windows color (decimal): -2160256 or 8391135. OLE color: 8391135.

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

Color convert

RGB 223 9 128 -
CMYK 0 0.96 0.43 0.13
HSL 326.64º 0.92% 0.45% -
HSV(B) 326.64º 0.96% 0.87% -
XYZ 34.43 17.44 21.97 -
YUV 86.55 151.4 225.32 -
System Red Green Blue C M Y K H S L
Decimal 223 9 128 0 0.96 0.43 0.13 326.64 0.92 0.45
Hex DF 9 80 0 60 2B D 147 5C 2D
Octal 337 11 200 0 140 53 15 507 134 55
Binary 11011111 1001 10000000 0 1100000 101011 1101 101000111 1011100 101101

Color Harmonies of #DF0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0980

Black with #DF0980

Text Example


Text Example

White with #DF0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0980; }

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

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

background-color css

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

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

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

border-color css

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

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

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