Html Css Color HEX #DC018C Medium Violet Red

📋 copy color: '#DC018C'

red 220 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #DC018C

Tints of Medium Violet Red #DC018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 60.94%
G = 0.28%
B = 38.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC018C (or 0xDC018C) is known color: Medium Violet Red. HEX triplet: DC, 01 and 8C. RGB value is (220,1,140). Sum of RGB (Red+Green+Blue) = 220+1+140=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC018C is #23FE73. Grayscale: #515151. Windows color (decimal): -2358900 or 9175516. OLE color: 9175516.

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

Color convert

RGB 220 1 140 -
CMYK 0 1.00 0.36 0.14
HSL 321.92º 0.99% 0.43% -
HSV(B) 321.92º 1% 0.86% -
XYZ 34.26 17.13 26.31 -
YUV 82.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 220 1 140 0 1.00 0.36 0.14 321.92 0.99 0.43
Hex DC 1 8C 0 64 24 E 142 63 2B
Octal 334 1 214 0 144 44 16 502 143 53
Binary 11011100 1 10001100 0 1100100 100100 1110 101000010 1100011 101011

Color Harmonies of #DC018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC018C

Black with #DC018C

Text Example


Text Example

White with #DC018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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