#DA1588

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

Shades of Medium Violet Red #DA1588

Tints of Medium Violet Red #DA1588

Color information

#DA1588 (or 0xDA1588) is unknown color: approx Medium Violet Red. HEX triplet: DA, 15 and 88. RGB value is (218,21,136). Sum of RGB (Red+Green+Blue) = 218+21+136=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1588 is #25EA77. Grayscale: #5C5C5C. Windows color (decimal): -2484856 or 8918490. OLE color: 8918490.

HSL color Cylindrical-coordinate representation of color #DA1588: hue angle of 324.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1588 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21821136-
CMYK00.900.380.15
HSL324.97º82.43%46.86%-
HSV(B)324.97º90.37%85.49%-
XYZ33.6317.2224.84-
YUV93.01152.27217.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.13%
GREEN value IS 21 (8.59% from 255) = 5.6%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=58.13%
G=5.6%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182113600.900.380.15324.9782.4346.86
HexDA158805A26F145522f
Octal332252100132461750512257
Binary1101101010101100010000101101010011011111010001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1588; }

 p { color: rgb(218,21,136); }

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

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

 a { background-color: rgb(218,21,136); }

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

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

 span { border-color: rgb(218,21,136); }

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