#DA027D

Color #DA027D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DA027D

Tints of Medium Violet Red #DA027D

Color information

#DA027D (or 0xDA027D) is unknown color: approx Medium Violet Red. HEX triplet: DA, 02 and 7D. RGB value is (218,2,125). Sum of RGB (Red+Green+Blue) = 218+2+125=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027D is #25FD82. Grayscale: #505050. Windows color (decimal): -2489731 or 8192730. OLE color: 8192730.

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

Color convert

RGB2182125-
CMYK00.990.430.15
HSL325.83º98.18%43.14%-
HSV(B)325.83º99.08%85.49%-
XYZ32.6416.4320.85-
YUV80.61153.06226-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.19%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=63.19%
G=0.58%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218212500.990.430.15325.8398.1843.14
HexDA27D0632BF146622b
Octal33221750143531750614253
Binary110110101011111010110001110101111111010001101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA027D; }

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

 H1.HeaderClassName
 {
   color: #DA027D;
 }
 .AnyTagClassName
 {
   color: #DA027D;
 }
</style>
background-color css

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

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

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

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

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

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