#DA6982

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

Shades of Deep Blush #DA6982

Tints of Deep Blush #DA6982

Color information

#DA6982 (or 0xDA6982) is unknown color: approx Deep Blush. HEX triplet: DA, 69 and 82. RGB value is (218,105,130). Sum of RGB (Red+Green+Blue) = 218+105+130=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6982 is #25967D. Grayscale: #8D8D8D. Windows color (decimal): -2463358 or 8546778. OLE color: 8546778.

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

Color convert

RGB218105130-
CMYK00.520.400.15
HSL346.73º60.43%63.33%-
HSV(B)346.73º51.83%85.49%-
XYZ37.9926.6224.25-
YUV141.64121.44182.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=48.12%
G=23.18%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810513000.520.400.15346.7360.4363.33
HexDA698203428F15b3c3f
Octal33215120206450175337477
Binary1101101011010011000001001101001010001111101011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6982; }

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

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

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

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

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

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

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

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