Html Css Color HEX #DF0081 Medium Violet Red

📋 copy color: '#DF0081'

red 223 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #DF0081

Tints of Medium Violet Red #DF0081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 63.35%
G = 0%
B = 36.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF0081 (or 0xDF0081) is known color: Medium Violet Red. HEX triplet: DF, 00 and 81. RGB value is (223,0,129). Sum of RGB (Red+Green+Blue) = 223+0+129=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0081 is #20FF7E. Grayscale: #515151. Windows color (decimal): -2162559 or 8454367. OLE color: 8454367.

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

Color convert

RGB 223 0 129 -
CMYK 0 1 0.42 0.13
HSL 325.29º 1% 0.44% -
HSV(B) 325.29º 1% 0.87% -
XYZ 34.39 17.27 22.29 -
YUV 81.38 154.88 229.01 -
System Red Green Blue C M Y K H S L
Decimal 223 0 129 0 1 0.42 0.13 325.29 1 0.44
Hex DF 0 81 0 64 2A D 145 64 2C
Octal 337 0 201 0 144 52 15 505 144 54
Binary 11011111 0 10000001 0 1100100 101010 1101 101000101 1100100 101100

Color Harmonies of #DF0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0081

Black with #DF0081

Text Example


Text Example

White with #DF0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0081; }

 p { color: rgb(223,0,129); }

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

background-color css

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

 a { background-color: rgb(223,0,129); }

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

border-color css

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

 span { border-color: rgb(223,0,129); }

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