Html Css Color HEX #DF107D Medium Violet Red

📋 copy color: '#DF107D'

red 223 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #DF107D

Tints of Medium Violet Red #DF107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 61.26%
G = 4.4%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF107D (or 0xDF107D) is known color: Medium Violet Red. HEX triplet: DF, 10 and 7D. RGB value is (223,16,125). Sum of RGB (Red+Green+Blue) = 223+16+125=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF107D is #20EF82. Grayscale: #5A5A5A. Windows color (decimal): -2158467 or 8196319. OLE color: 8196319.

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

Color convert

RGB 223 16 125 -
CMYK 0 0.93 0.44 0.13
HSL 328.41º 0.87% 0.47% -
HSV(B) 328.41º 0.93% 0.87% -
XYZ 34.32 17.54 20.98 -
YUV 90.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 223 16 125 0 0.93 0.44 0.13 328.41 0.87 0.47
Hex DF 10 7D 0 5D 2C D 148 57 2F
Octal 337 20 175 0 135 54 15 510 127 57
Binary 11011111 10000 1111101 0 1011101 101100 1101 101001000 1010111 101111

Color Harmonies of #DF107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF107D

Black with #DF107D

Text Example


Text Example

White with #DF107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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