#DA6788

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

Shades of Deep Blush #DA6788

Tints of Deep Blush #DA6788

Color information

#DA6788 (or 0xDA6788) is unknown color: approx Deep Blush. HEX triplet: DA, 67 and 88. RGB value is (218,103,136). Sum of RGB (Red+Green+Blue) = 218+103+136=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6788 is #259877. Grayscale: #8D8D8D. Windows color (decimal): -2463864 or 8939482. OLE color: 8939482.

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

Color convert

RGB218103136-
CMYK00.530.380.15
HSL342.78º60.85%62.94%-
HSV(B)342.78º52.75%85.49%-
XYZ38.2126.3826.37-
YUV141.15125.1182.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 103 (40.62% from 255) = 22.54%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=47.70%
G=22.54%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810313600.530.380.15342.7860.8562.94
HexDA678803526F1573d3f
Octal33214721006546175277577
Binary1101101011001111000100001101011001101111101010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6788; }

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

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

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

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

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

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

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

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