#DA677E

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

Shades of Deep Blush #DA677E

Tints of Deep Blush #DA677E

Color information

#DA677E (or 0xDA677E) is unknown color: approx Deep Blush. HEX triplet: DA, 67 and 7E. RGB value is (218,103,126). Sum of RGB (Red+Green+Blue) = 218+103+126=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677E is #259881. Grayscale: #8C8C8C. Windows color (decimal): -2463874 or 8284122. OLE color: 8284122.

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

Color convert

RGB218103126-
CMYK00.530.420.15
HSL348º60.85%62.94%-
HSV(B)348º52.75%85.49%-
XYZ37.5326.1122.8-
YUV140.01120.1183.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=48.77%
G=23.04%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810312600.530.420.1534860.8562.94
HexDA677E0352AF15c3d3f
Octal33214717606552175347577
Binary110110101100111111111001101011010101111101011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA677E; }

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

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

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

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

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

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

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

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