#DA6187

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

Shades of Deep Blush #DA6187

Tints of Deep Blush #DA6187

Color information

#DA6187 (or 0xDA6187) is unknown color: approx Deep Blush. HEX triplet: DA, 61 and 87. RGB value is (218,97,135). Sum of RGB (Red+Green+Blue) = 218+97+135=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6187 is #259E78. Grayscale: #898989. Windows color (decimal): -2465401 or 8872410. OLE color: 8872410.

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

Color convert

RGB21897135-
CMYK00.560.380.15
HSL341.16º62.05%61.76%-
HSV(B)341.16º55.5%85.49%-
XYZ37.5625.225.81-
YUV137.51126.59185.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 135 (53.12% from 255) = 30%
R=48.44%
G=21.56%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189713500.560.380.15341.1662.0561.76
HexDA618703826F1553e3e
Octal33214120707046175257676
Binary1101101011000011000011101110001001101111101010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6187; }

 p { color: rgb(218,97,135); }

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

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

 a { background-color: rgb(218,97,135); }

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

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

 span { border-color: rgb(218,97,135); }

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