Html Css Color HEX #DC017E Medium Violet Red

📋 copy color: '#DC017E'

red 220 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #DC017E

Tints of Medium Violet Red #DC017E

RGB

 RED value IS 220 (86.33% from 255) = 63.4%

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

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 63.4%
G = 0.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC017E (or 0xDC017E) is known color: Medium Violet Red. HEX triplet: DC, 01 and 7E. RGB value is (220,1,126). Sum of RGB (Red+Green+Blue) = 220+1+126=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC017E is #23FE81. Grayscale: #505050. Windows color (decimal): -2358914 or 8258012. OLE color: 8258012.

HSL color Cylindrical-coordinate representation of color #DC017E: hue angle of 325.75º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC017E is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 126 -
CMYK 0 1.00 0.43 0.14
HSL 325.75º 0.99% 0.43% -
HSV(B) 325.75º 1% 0.86% -
XYZ 33.29 16.74 21.22 -
YUV 80.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 220 1 126 0 1.00 0.43 0.14 325.75 0.99 0.43
Hex DC 1 7E 0 64 2B E 146 63 2B
Octal 334 1 176 0 144 53 16 506 143 53
Binary 11011100 1 1111110 0 1100100 101011 1110 101000110 1100011 101011

Color Harmonies of #DC017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC017E

Black with #DC017E

Text Example


Text Example

White with #DC017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC017E; }

 p { color: rgb(220,1,126); }

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

background-color css

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

 a { background-color: rgb(220,1,126); }

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

border-color css

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

 span { border-color: rgb(220,1,126); }

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