Html Css Color HEX #DC027A Medium Violet Red

📋 copy color: '#DC027A'

red 220 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #DC027A

Tints of Medium Violet Red #DC027A

RGB

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

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

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

R = 63.95%
G = 0.58%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC027A (or 0xDC027A) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7A. RGB value is (220,2,122). Sum of RGB (Red+Green+Blue) = 220+2+122=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027A is #23FD85. Grayscale: #505050. Windows color (decimal): -2358662 or 7996124. OLE color: 7996124.

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

Color convert

RGB 220 2 122 -
CMYK 0 0.99 0.45 0.14
HSL 326.97º 0.98% 0.44% -
HSV(B) 326.97º 0.99% 0.86% -
XYZ 33.05 16.66 19.89 -
YUV 80.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 220 2 122 0 0.99 0.45 0.14 326.97 0.98 0.44
Hex DC 2 7A 0 63 2D E 147 62 2C
Octal 334 2 172 0 143 55 16 507 142 54
Binary 11011100 10 1111010 0 1100011 101101 1110 101000111 1100010 101100

Color Harmonies of #DC027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC027A

Black with #DC027A

Text Example


Text Example

White with #DC027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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