Html Css Color HEX #DC027D Medium Violet Red

📋 copy color: '#DC027D'

red 220 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #DC027D

Tints of Medium Violet Red #DC027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 63.4%
G = 0.58%
B = 36.02%

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

#DC027D (or 0xDC027D) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7D. RGB value is (220,2,125). Sum of RGB (Red+Green+Blue) = 220+2+125=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027D is #23FD82. Grayscale: #505050. Windows color (decimal): -2358659 or 8192732. OLE color: 8192732.

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

Color convert

RGB 220 2 125 -
CMYK 0 0.99 0.43 0.14
HSL 326.15º 0.98% 0.44% -
HSV(B) 326.15º 0.99% 0.86% -
XYZ 33.24 16.74 20.88 -
YUV 81.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 220 2 125 0 0.99 0.43 0.14 326.15 0.98 0.44
Hex DC 2 7D 0 63 2B E 146 62 2C
Octal 334 2 175 0 143 53 16 506 142 54
Binary 11011100 10 1111101 0 1100011 101011 1110 101000110 1100010 101100

Color Harmonies of #DC027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC027D

Black with #DC027D

Text Example


Text Example

White with #DC027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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