Html Css Color HEX #DC027C Medium Violet Red

📋 copy color: '#DC027C'

red 220 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #DC027C

Tints of Medium Violet Red #DC027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 63.58%
G = 0.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC027C (or 0xDC027C) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7C. RGB value is (220,2,124). Sum of RGB (Red+Green+Blue) = 220+2+124=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027C is #23FD83. Grayscale: #505050. Windows color (decimal): -2358660 or 8127196. OLE color: 8127196.

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

Color convert

RGB 220 2 124 -
CMYK 0 0.99 0.44 0.14
HSL 326.42º 0.98% 0.44% -
HSV(B) 326.42º 0.99% 0.86% -
XYZ 33.18 16.71 20.55 -
YUV 81.09 152.22 227.08 -
System Red Green Blue C M Y K H S L
Decimal 220 2 124 0 0.99 0.44 0.14 326.42 0.98 0.44
Hex DC 2 7C 0 63 2C E 146 62 2C
Octal 334 2 174 0 143 54 16 506 142 54
Binary 11011100 10 1111100 0 1100011 101100 1110 101000110 1100010 101100

Color Harmonies of #DC027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC027C

Black with #DC027C

Text Example


Text Example

White with #DC027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC027C; }

 p { color: rgb(220,2,124); }

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

background-color css

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

 a { background-color: rgb(220,2,124); }

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

border-color css

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

 span { border-color: rgb(220,2,124); }

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