Html Css Color HEX #DF058C Medium Violet Red

📋 copy color: '#DF058C'

red 223 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #DF058C

Tints of Medium Violet Red #DF058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 60.6%
G = 1.36%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF058C (or 0xDF058C) is known color: Medium Violet Red. HEX triplet: DF, 05 and 8C. RGB value is (223,5,140). Sum of RGB (Red+Green+Blue) = 223+5+140=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF058C is #20FA73. Grayscale: #555555. Windows color (decimal): -2161268 or 9176543. OLE color: 9176543.

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

Color convert

RGB 223 5 140 -
CMYK 0 0.98 0.37 0.13
HSL 322.84º 0.96% 0.45% -
HSV(B) 322.84º 0.98% 0.87% -
XYZ 35.22 17.69 26.37 -
YUV 85.57 158.72 226.02 -
System Red Green Blue C M Y K H S L
Decimal 223 5 140 0 0.98 0.37 0.13 322.84 0.96 0.45
Hex DF 5 8C 0 62 25 D 143 60 2D
Octal 337 5 214 0 142 45 15 503 140 55
Binary 11011111 101 10001100 0 1100010 100101 1101 101000011 1100000 101101

Color Harmonies of #DF058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF058C

Black with #DF058C

Text Example


Text Example

White with #DF058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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