#DA6386

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

Shades of Deep Blush #DA6386

Tints of Deep Blush #DA6386

Color information

#DA6386 (or 0xDA6386) is unknown color: approx Deep Blush. HEX triplet: DA, 63 and 86. RGB value is (218,99,134). Sum of RGB (Red+Green+Blue) = 218+99+134=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6386 is #259C79. Grayscale: #8A8A8A. Windows color (decimal): -2464890 or 8807386. OLE color: 8807386.

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

Color convert

RGB21899134-
CMYK00.550.390.15
HSL342.35º61.66%62.16%-
HSV(B)342.35º54.59%85.49%-
XYZ37.6825.5525.5-
YUV138.57125.42184.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=48.34%
G=21.95%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189913400.550.390.15342.3561.6662.16
HexDA638603727F1563e3e
Octal33214320606747175267676
Binary1101101011000111000011001101111001111111101010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6386; }

 p { color: rgb(218,99,134); }

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

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

 a { background-color: rgb(218,99,134); }

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

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

 span { border-color: rgb(218,99,134); }

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