#DA6382

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

Shades of Deep Blush #DA6382

Tints of Deep Blush #DA6382

Color information

#DA6382 (or 0xDA6382) is unknown color: approx Deep Blush. HEX triplet: DA, 63 and 82. RGB value is (218,99,130). Sum of RGB (Red+Green+Blue) = 218+99+130=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6382 is #259C7D. Grayscale: #8A8A8A. Windows color (decimal): -2464894 or 8545242. OLE color: 8545242.

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

Color convert

RGB21899130-
CMYK00.550.400.15
HSL344.37º61.66%62.16%-
HSV(B)344.37º54.59%85.49%-
XYZ37.425.4424.06-
YUV138.12123.42184.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=48.77%
G=22.15%
B=29.08%

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
Decimal2189913000.550.400.15344.3761.6662.16
HexDA638203728F1583e3e
Octal33214320206750175307676
Binary1101101011000111000001001101111010001111101011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6382; }

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

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

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

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

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

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

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

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