Html Css Color HEX #DF017D Medium Violet Red

📋 copy color: '#DF017D'

red 223 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #DF017D

Tints of Medium Violet Red #DF017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 63.9%
G = 0.29%
B = 35.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF017D (or 0xDF017D) is known color: Medium Violet Red. HEX triplet: DF, 01 and 7D. RGB value is (223,1,125). Sum of RGB (Red+Green+Blue) = 223+1+125=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF017D is #20FE82. Grayscale: #515151. Windows color (decimal): -2162307 or 8192479. OLE color: 8192479.

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

Color convert

RGB 223 1 125 -
CMYK 0 1.00 0.44 0.13
HSL 326.49º 0.99% 0.44% -
HSV(B) 326.49º 1% 0.87% -
XYZ 34.14 17.19 20.92 -
YUV 81.51 152.55 228.92 -
System Red Green Blue C M Y K H S L
Decimal 223 1 125 0 1.00 0.44 0.13 326.49 0.99 0.44
Hex DF 1 7D 0 64 2C D 146 63 2C
Octal 337 1 175 0 144 54 15 506 143 54
Binary 11011111 1 1111101 0 1100100 101100 1101 101000110 1100011 101100

Color Harmonies of #DF017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF017D

Black with #DF017D

Text Example


Text Example

White with #DF017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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