Html Css Color HEX #DF017A Medium Violet Red

📋 copy color: '#DF017A'

red 223 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #DF017A

Tints of Medium Violet Red #DF017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 64.45%
G = 0.29%
B = 35.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF017A (or 0xDF017A) is known color: Medium Violet Red. HEX triplet: DF, 01 and 7A. RGB value is (223,1,122). Sum of RGB (Red+Green+Blue) = 223+1+122=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF017A is #20FE85. Grayscale: #505050. Windows color (decimal): -2162310 or 7995871. OLE color: 7995871.

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

Color convert

RGB 223 1 122 -
CMYK 0 1.00 0.45 0.13
HSL 327.3º 0.99% 0.44% -
HSV(B) 327.3º 1% 0.87% -
XYZ 33.96 17.11 19.93 -
YUV 81.17 151.05 229.16 -
System Red Green Blue C M Y K H S L
Decimal 223 1 122 0 1.00 0.45 0.13 327.3 0.99 0.44
Hex DF 1 7A 0 64 2D D 147 63 2C
Octal 337 1 172 0 144 55 15 507 143 54
Binary 11011111 1 1111010 0 1100100 101101 1101 101000111 1100011 101100

Color Harmonies of #DF017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF017A

Black with #DF017A

Text Example


Text Example

White with #DF017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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