Html Css Color HEX #DF007E Medium Violet Red

📋 copy color: '#DF007E'

red 223 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #DF007E

Tints of Medium Violet Red #DF007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 63.9%
G = 0%
B = 36.1%

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

#DF007E (or 0xDF007E) is known color: Medium Violet Red. HEX triplet: DF, 00 and 7E. RGB value is (223,0,126). Sum of RGB (Red+Green+Blue) = 223+0+126=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF007E is #20FF81. Grayscale: #505050. Windows color (decimal): -2162562 or 8257759. OLE color: 8257759.

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

Color convert

RGB 223 0 126 -
CMYK 0 1 0.43 0.13
HSL 326.1º 1% 0.44% -
HSV(B) 326.1º 1% 0.87% -
XYZ 34.2 17.19 21.26 -
YUV 81.04 153.38 229.25 -
System Red Green Blue C M Y K H S L
Decimal 223 0 126 0 1 0.43 0.13 326.1 1 0.44
Hex DF 0 7E 0 64 2B D 146 64 2C
Octal 337 0 176 0 144 53 15 506 144 54
Binary 11011111 0 1111110 0 1100100 101011 1101 101000110 1100100 101100

Color Harmonies of #DF007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF007E

Black with #DF007E

Text Example


Text Example

White with #DF007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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