#DA6984

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

Shades of Deep Blush #DA6984

Tints of Deep Blush #DA6984

Color information

#DA6984 (or 0xDA6984) is unknown color: approx Deep Blush. HEX triplet: DA, 69 and 84. RGB value is (218,105,132). Sum of RGB (Red+Green+Blue) = 218+105+132=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6984 is #25967B. Grayscale: #8D8D8D. Windows color (decimal): -2463356 or 8677850. OLE color: 8677850.

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

Color convert

RGB218105132-
CMYK00.520.390.15
HSL345.66º60.43%63.33%-
HSV(B)345.66º51.83%85.49%-
XYZ38.1326.6724.97-
YUV141.86122.44182.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=47.91%
G=23.08%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810513200.520.390.15345.6660.4363.33
HexDA698403427F15a3c3f
Octal33215120406447175327477
Binary1101101011010011000010001101001001111111101011010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6984; }

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

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

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

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

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

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

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

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