Html Css Color HEX #DC017A Medium Violet Red

📋 copy color: '#DC017A'

red 220 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #DC017A

Tints of Medium Violet Red #DC017A

RGB

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

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

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

R = 64.14%
G = 0.29%
B = 35.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC017A (or 0xDC017A) is known color: Medium Violet Red. HEX triplet: DC, 01 and 7A. RGB value is (220,1,122). Sum of RGB (Red+Green+Blue) = 220+1+122=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC017A is #23FE85. Grayscale: #505050. Windows color (decimal): -2358918 or 7995868. OLE color: 7995868.

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

Color convert

RGB 220 1 122 -
CMYK 0 1.00 0.45 0.14
HSL 326.85º 0.99% 0.43% -
HSV(B) 326.85º 1% 0.86% -
XYZ 33.04 16.64 19.88 -
YUV 80.28 151.55 227.66 -
System Red Green Blue C M Y K H S L
Decimal 220 1 122 0 1.00 0.45 0.14 326.85 0.99 0.43
Hex DC 1 7A 0 64 2D E 147 63 2B
Octal 334 1 172 0 144 55 16 507 143 53
Binary 11011100 1 1111010 0 1100100 101101 1110 101000111 1100011 101011

Color Harmonies of #DC017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC017A

Black with #DC017A

Text Example


Text Example

White with #DC017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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