Html Css Color HEX #DF107F Medium Violet Red

📋 copy color: '#DF107F'

red 223 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #DF107F

Tints of Medium Violet Red #DF107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 60.93%
G = 4.37%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF107F (or 0xDF107F) is known color: Medium Violet Red. HEX triplet: DF, 10 and 7F. RGB value is (223,16,127). Sum of RGB (Red+Green+Blue) = 223+16+127=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF107F is #20EF80. Grayscale: #5A5A5A. Windows color (decimal): -2158465 or 8327391. OLE color: 8327391.

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

Color convert

RGB 223 16 127 -
CMYK 0 0.93 0.43 0.13
HSL 327.83º 0.87% 0.47% -
HSV(B) 327.83º 0.93% 0.87% -
XYZ 34.45 17.59 21.66 -
YUV 90.55 148.58 222.47 -
System Red Green Blue C M Y K H S L
Decimal 223 16 127 0 0.93 0.43 0.13 327.83 0.87 0.47
Hex DF 10 7F 0 5D 2B D 148 57 2F
Octal 337 20 177 0 135 53 15 510 127 57
Binary 11011111 10000 1111111 0 1011101 101011 1101 101001000 1010111 101111

Color Harmonies of #DF107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF107F

Black with #DF107F

Text Example


Text Example

White with #DF107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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