#DA677F

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

Shades of Deep Blush #DA677F

Tints of Deep Blush #DA677F

Color information

#DA677F (or 0xDA677F) is unknown color: approx Deep Blush. HEX triplet: DA, 67 and 7F. RGB value is (218,103,127). Sum of RGB (Red+Green+Blue) = 218+103+127=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677F is #259880. Grayscale: #8C8C8C. Windows color (decimal): -2463873 or 8349658. OLE color: 8349658.

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

Color convert

RGB218103127-
CMYK00.530.420.15
HSL347.48º60.85%62.94%-
HSV(B)347.48º52.75%85.49%-
XYZ37.5926.1423.14-
YUV140.12120.6183.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 127 (50% from 255) = 28.35%
R=48.66%
G=22.99%
B=28.35%

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
Decimal21810312700.530.420.15347.4860.8562.94
HexDA677F0352AF15b3d3f
Octal33214717706552175337577
Binary110110101100111111111101101011010101111101011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA677F; }

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

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

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

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

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

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

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

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