Html Css Color HEX #DF077C Medium Violet Red

📋 copy color: '#DF077C'

red 223 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #DF077C

Tints of Medium Violet Red #DF077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 62.99%
G = 1.98%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF077C (or 0xDF077C) is known color: Medium Violet Red. HEX triplet: DF, 07 and 7C. RGB value is (223,7,124). Sum of RGB (Red+Green+Blue) = 223+7+124=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF077C is #20F883. Grayscale: #545454. Windows color (decimal): -2160772 or 8128479. OLE color: 8128479.

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

Color convert

RGB 223 7 124 -
CMYK 0 0.97 0.44 0.13
HSL 327.5º 0.94% 0.45% -
HSV(B) 327.5º 0.97% 0.87% -
XYZ 34.15 17.3 20.61 -
YUV 84.92 150.06 226.49 -
System Red Green Blue C M Y K H S L
Decimal 223 7 124 0 0.97 0.44 0.13 327.5 0.94 0.45
Hex DF 7 7C 0 61 2C D 148 5E 2D
Octal 337 7 174 0 141 54 15 510 136 55
Binary 11011111 111 1111100 0 1100001 101100 1101 101001000 1011110 101101

Color Harmonies of #DF077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF077C

Black with #DF077C

Text Example


Text Example

White with #DF077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF077C; }

 p { color: rgb(223,7,124); }

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

background-color css

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

 a { background-color: rgb(223,7,124); }

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

border-color css

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

 span { border-color: rgb(223,7,124); }

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