Html Css Color HEX #DF0180 Medium Violet Red

📋 copy color: '#DF0180'

red 223 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #DF0180

Tints of Medium Violet Red #DF0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 63.35%
G = 0.28%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF0180 (or 0xDF0180) is known color: Medium Violet Red. HEX triplet: DF, 01 and 80. RGB value is (223,1,128). Sum of RGB (Red+Green+Blue) = 223+1+128=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0180 is #20FE7F. Grayscale: #515151. Windows color (decimal): -2162304 or 8389087. OLE color: 8389087.

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

Color convert

RGB 223 1 128 -
CMYK 0 1.00 0.43 0.13
HSL 325.68º 0.99% 0.44% -
HSV(B) 325.68º 1% 0.87% -
XYZ 34.34 17.27 21.95 -
YUV 81.86 154.05 228.67 -
System Red Green Blue C M Y K H S L
Decimal 223 1 128 0 1.00 0.43 0.13 325.68 0.99 0.44
Hex DF 1 80 0 64 2B D 146 63 2C
Octal 337 1 200 0 144 53 15 506 143 54
Binary 11011111 1 10000000 0 1100100 101011 1101 101000110 1100011 101100

Color Harmonies of #DF0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0180

Black with #DF0180

Text Example


Text Example

White with #DF0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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