#DA6282

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

Shades of Deep Blush #DA6282

Tints of Deep Blush #DA6282

Color information

#DA6282 (or 0xDA6282) is unknown color: approx Deep Blush. HEX triplet: DA, 62 and 82. RGB value is (218,98,130). Sum of RGB (Red+Green+Blue) = 218+98+130=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6282 is #259D7D. Grayscale: #898989. Windows color (decimal): -2465150 or 8544986. OLE color: 8544986.

HSL color Cylindrical-coordinate representation of color #DA6282: hue angle of 344º 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 #DA6282 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21898130-
CMYK00.550.400.15
HSL344º61.86%61.96%-
HSV(B)344º55.05%85.49%-
XYZ37.3125.2524.03-
YUV137.53123.76185.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.88%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=48.88%
G=21.97%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189813000.550.400.1534461.8661.96
HexDA628203728F1583e3e
Octal33214220206750175307676
Binary1101101011000101000001001101111010001111101011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6282; }

 p { color: rgb(218,98,130); }

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

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

 a { background-color: rgb(218,98,130); }

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

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

 span { border-color: rgb(218,98,130); }

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