Html Css Color HEX #DC028B Medium Violet Red

📋 copy color: '#DC028B'

red 220 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #DC028B

Tints of Medium Violet Red #DC028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 60.94%
G = 0.55%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC028B (or 0xDC028B) is known color: Medium Violet Red. HEX triplet: DC, 02 and 8B. RGB value is (220,2,139). Sum of RGB (Red+Green+Blue) = 220+2+139=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC028B is #23FD74. Grayscale: #525252. Windows color (decimal): -2358645 or 9110236. OLE color: 9110236.

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

Color convert

RGB 220 2 139 -
CMYK 0 0.99 0.37 0.14
HSL 322.29º 0.98% 0.44% -
HSV(B) 322.29º 0.99% 0.86% -
XYZ 34.2 17.12 25.93 -
YUV 82.8 159.72 225.86 -
System Red Green Blue C M Y K H S L
Decimal 220 2 139 0 0.99 0.37 0.14 322.29 0.98 0.44
Hex DC 2 8B 0 63 25 E 142 62 2C
Octal 334 2 213 0 143 45 16 502 142 54
Binary 11011100 10 10001011 0 1100011 100101 1110 101000010 1100010 101100

Color Harmonies of #DC028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC028B

Black with #DC028B

Text Example


Text Example

White with #DC028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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