#DA6588

Color #DA6588 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DA6588

Tints of Deep Blush #DA6588

Color information

#DA6588 (or 0xDA6588) is unknown color: approx Deep Blush. HEX triplet: DA, 65 and 88. RGB value is (218,101,136). Sum of RGB (Red+Green+Blue) = 218+101+136=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6588 is #259A77. Grayscale: #8B8B8B. Windows color (decimal): -2464376 or 8938970. OLE color: 8938970.

HSL color Cylindrical-coordinate representation of color #DA6588: hue angle of 342.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6588 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218101136-
CMYK00.540.380.15
HSL342.05º61.26%62.55%-
HSV(B)342.05º53.67%85.49%-
XYZ38.0125.9926.31-
YUV139.97125.76183.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=47.91%
G=22.20%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810113600.540.380.15342.0561.2662.55
HexDA658803626F1563d3f
Octal33214521006646175267577
Binary1101101011001011000100001101101001101111101010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6588; }

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

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

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

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

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

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

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

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