#DA6A7E

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

Shades of Deep Blush #DA6A7E

Tints of Deep Blush #DA6A7E

Color information

#DA6A7E (or 0xDA6A7E) is unknown color: approx Deep Blush. HEX triplet: DA, 6A and 7E. RGB value is (218,106,126). Sum of RGB (Red+Green+Blue) = 218+106+126=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A7E is #259581. Grayscale: #8D8D8D. Windows color (decimal): -2463106 or 8284890. OLE color: 8284890.

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

Color convert

RGB218106126-
CMYK00.510.420.15
HSL349.29º60.22%63.53%-
HSV(B)349.29º51.38%85.49%-
XYZ37.8326.7222.9-
YUV141.77119.11182.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 126 (49.61% from 255) = 28%
R=48.44%
G=23.56%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810612600.510.420.15349.2960.2263.53
HexDA6A7E0332AF15d3c40
Octal332152176063521753574100
Binary1101101011010101111110011001110101011111010111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6A7E; }

 p { color: rgb(218,106,126); }

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

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

 a { background-color: rgb(218,106,126); }

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

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

 span { border-color: rgb(218,106,126); }

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