Html Css Color HEX #DF057D Medium Violet Red

📋 copy color: '#DF057D'

red 223 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #DF057D

Tints of Medium Violet Red #DF057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 63.17%
G = 1.42%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF057D (or 0xDF057D) is known color: Medium Violet Red. HEX triplet: DF, 05 and 7D. RGB value is (223,5,125). Sum of RGB (Red+Green+Blue) = 223+5+125=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF057D is #20FA82. Grayscale: #535353. Windows color (decimal): -2161283 or 8193503. OLE color: 8193503.

HSL color Cylindrical-coordinate representation of color #DF057D: hue angle of 326.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF057D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 5 125 -
CMYK 0 0.98 0.44 0.13
HSL 326.97º 0.96% 0.45% -
HSV(B) 326.97º 0.98% 0.87% -
XYZ 34.19 17.28 20.93 -
YUV 83.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 223 5 125 0 0.98 0.44 0.13 326.97 0.96 0.45
Hex DF 5 7D 0 62 2C D 147 60 2D
Octal 337 5 175 0 142 54 15 507 140 55
Binary 11011111 101 1111101 0 1100010 101100 1101 101000111 1100000 101101

Color Harmonies of #DF057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF057D

Black with #DF057D

Text Example


Text Example

White with #DF057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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