Html Css Color HEX #DF047A Medium Violet Red

📋 copy color: '#DF047A'

red 223 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #DF047A

Tints of Medium Violet Red #DF047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 63.9%
G = 1.15%
B = 34.96%

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

#DF047A (or 0xDF047A) is known color: Medium Violet Red. HEX triplet: DF, 04 and 7A. RGB value is (223,4,122). Sum of RGB (Red+Green+Blue) = 223+4+122=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF047A is #20FB85. Grayscale: #525252. Windows color (decimal): -2161542 or 7996639. OLE color: 7996639.

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

Color convert

RGB 223 4 122 -
CMYK 0 0.98 0.45 0.13
HSL 327.67º 0.96% 0.45% -
HSV(B) 327.67º 0.98% 0.87% -
XYZ 33.99 17.18 19.94 -
YUV 82.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 223 4 122 0 0.98 0.45 0.13 327.67 0.96 0.45
Hex DF 4 7A 0 62 2D D 148 60 2D
Octal 337 4 172 0 142 55 15 510 140 55
Binary 11011111 100 1111010 0 1100010 101101 1101 101001000 1100000 101101

Color Harmonies of #DF047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF047A

Black with #DF047A

Text Example


Text Example

White with #DF047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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