#DA6384

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

Shades of Deep Blush #DA6384

Tints of Deep Blush #DA6384

Color information

#DA6384 (or 0xDA6384) is unknown color: approx Deep Blush. HEX triplet: DA, 63 and 84. RGB value is (218,99,132). Sum of RGB (Red+Green+Blue) = 218+99+132=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6384 is #259C7B. Grayscale: #8A8A8A. Windows color (decimal): -2464892 or 8676314. OLE color: 8676314.

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

Color convert

RGB21899132-
CMYK00.550.390.15
HSL343.36º61.66%62.16%-
HSV(B)343.36º54.59%85.49%-
XYZ37.5425.524.77-
YUV138.34124.42184.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=48.55%
G=22.05%
B=29.40%

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
Decimal2189913200.550.390.15343.3661.6662.16
HexDA638403727F1573e3e
Octal33214320406747175277676
Binary1101101011000111000010001101111001111111101010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6384; }

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

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

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

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

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

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

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

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