Html Css Color HEX #DC027E Medium Violet Red

📋 copy color: '#DC027E'

red 220 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #DC027E

Tints of Medium Violet Red #DC027E

RGB

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

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

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

R = 63.22%
G = 0.57%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC027E (or 0xDC027E) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7E. RGB value is (220,2,126). Sum of RGB (Red+Green+Blue) = 220+2+126=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027E is #23FD81. Grayscale: #515151. Windows color (decimal): -2358658 or 8258268. OLE color: 8258268.

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

Color convert

RGB 220 2 126 -
CMYK 0 0.99 0.43 0.14
HSL 325.87º 0.98% 0.44% -
HSV(B) 325.87º 0.99% 0.86% -
XYZ 33.3 16.77 21.22 -
YUV 81.32 153.22 226.92 -
System Red Green Blue C M Y K H S L
Decimal 220 2 126 0 0.99 0.43 0.14 325.87 0.98 0.44
Hex DC 2 7E 0 63 2B E 146 62 2C
Octal 334 2 176 0 143 53 16 506 142 54
Binary 11011100 10 1111110 0 1100011 101011 1110 101000110 1100010 101100

Color Harmonies of #DC027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC027E

Black with #DC027E

Text Example


Text Example

White with #DC027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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