Html Css Color HEX #DF0E7E Medium Violet Red

📋 copy color: '#DF0E7E'

red 223 ◦ green 14 ◦ blue 126

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

Shades of Medium Violet Red #DF0E7E

Tints of Medium Violet Red #DF0E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.86%

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

R = 61.43%
G = 3.86%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF0E7E (or 0xDF0E7E) is known color: Medium Violet Red. HEX triplet: DF, 0E and 7E. RGB value is (223,14,126). Sum of RGB (Red+Green+Blue) = 223+14+126=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E7E is #20F181. Grayscale: #595959. Windows color (decimal): -2158978 or 8261343. OLE color: 8261343.

HSL color Cylindrical-coordinate representation of color #DF0E7E: hue angle of 327.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E7E is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 14 126 -
CMYK 0 0.94 0.43 0.13
HSL 327.85º 0.88% 0.46% -
HSV(B) 327.85º 0.94% 0.87% -
XYZ 34.35 17.51 21.31 -
YUV 89.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 223 14 126 0 0.94 0.43 0.13 327.85 0.88 0.46
Hex DF E 7E 0 5E 2B D 148 58 2E
Octal 337 16 176 0 136 53 15 510 130 56
Binary 11011111 1110 1111110 0 1011110 101011 1101 101001000 1011000 101110

Color Harmonies of #DF0E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E7E

Black with #DF0E7E

Text Example


Text Example

White with #DF0E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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