Html Css Color HEX #DF057A Medium Violet Red

📋 copy color: '#DF057A'

red 223 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #DF057A

Tints of Medium Violet Red #DF057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 63.71%
G = 1.43%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF057A (or 0xDF057A) is known color: Medium Violet Red. HEX triplet: DF, 05 and 7A. RGB value is (223,5,122). Sum of RGB (Red+Green+Blue) = 223+5+122=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF057A is #20FA85. Grayscale: #535353. Windows color (decimal): -2161286 or 7996895. OLE color: 7996895.

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

Color convert

RGB 223 5 122 -
CMYK 0 0.98 0.45 0.13
HSL 327.8º 0.96% 0.45% -
HSV(B) 327.8º 0.98% 0.87% -
XYZ 34 17.2 19.94 -
YUV 83.52 149.72 227.49 -
System Red Green Blue C M Y K H S L
Decimal 223 5 122 0 0.98 0.45 0.13 327.8 0.96 0.45
Hex DF 5 7A 0 62 2D D 148 60 2D
Octal 337 5 172 0 142 55 15 510 140 55
Binary 11011111 101 1111010 0 1100010 101101 1101 101001000 1100000 101101

Color Harmonies of #DF057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF057A

Black with #DF057A

Text Example


Text Example

White with #DF057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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