Html Css Color HEX #DF007F Medium Violet Red

📋 copy color: '#DF007F'

red 223 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #DF007F

Tints of Medium Violet Red #DF007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 63.71%
G = 0%
B = 36.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF007F (or 0xDF007F) is known color: Medium Violet Red. HEX triplet: DF, 00 and 7F. RGB value is (223,0,127). Sum of RGB (Red+Green+Blue) = 223+0+127=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF007F is #20FF80. Grayscale: #505050. Windows color (decimal): -2162561 or 8323295. OLE color: 8323295.

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

Color convert

RGB 223 0 127 -
CMYK 0 1 0.43 0.13
HSL 325.83º 1% 0.44% -
HSV(B) 325.83º 1% 0.87% -
XYZ 34.26 17.22 21.6 -
YUV 81.16 153.88 229.17 -
System Red Green Blue C M Y K H S L
Decimal 223 0 127 0 1 0.43 0.13 325.83 1 0.44
Hex DF 0 7F 0 64 2B D 146 64 2C
Octal 337 0 177 0 144 53 15 506 144 54
Binary 11011111 0 1111111 0 1100100 101011 1101 101000110 1100100 101100

Color Harmonies of #DF007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF007F

Black with #DF007F

Text Example


Text Example

White with #DF007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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