Html Css Color HEX #DF077A Medium Violet Red

📋 copy color: '#DF077A'

red 223 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #DF077A

Tints of Medium Violet Red #DF077A

RGB

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

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

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

R = 63.35%
G = 1.99%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF077A (or 0xDF077A) is known color: Medium Violet Red. HEX triplet: DF, 07 and 7A. RGB value is (223,7,122). Sum of RGB (Red+Green+Blue) = 223+7+122=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF077A is #20F885. Grayscale: #545454. Windows color (decimal): -2160774 or 7997407. OLE color: 7997407.

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

Color convert

RGB 223 7 122 -
CMYK 0 0.97 0.45 0.13
HSL 328.06º 0.94% 0.45% -
HSV(B) 328.06º 0.97% 0.87% -
XYZ 34.02 17.25 19.95 -
YUV 84.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 223 7 122 0 0.97 0.45 0.13 328.06 0.94 0.45
Hex DF 7 7A 0 61 2D D 148 5E 2D
Octal 337 7 172 0 141 55 15 510 136 55
Binary 11011111 111 1111010 0 1100001 101101 1101 101001000 1011110 101101

Color Harmonies of #DF077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF077A

Black with #DF077A

Text Example


Text Example

White with #DF077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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