#DD677E

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

Shades of Deep Blush #DD677E

Tints of Deep Blush #DD677E

Color information

#DD677E (or 0xDD677E) is unknown color: approx Deep Blush. HEX triplet: DD, 67 and 7E. RGB value is (221,103,126). Sum of RGB (Red+Green+Blue) = 221+103+126=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD677E is #229881. Grayscale: #8C8C8C. Windows color (decimal): -2267266 or 8284125. OLE color: 8284125.

HSL color Cylindrical-coordinate representation of color #DD677E: hue angle of 348.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD677E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221103126-
CMYK00.530.430.13
HSL348.31º63.44%63.53%-
HSV(B)348.31º53.39%86.67%-
XYZ38.4326.5822.84-
YUV140.9119.59185.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 126 (49.61% from 255) = 28%
R=49.11%
G=22.89%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110312600.530.430.13348.3163.4463.53
HexDD677E0352BD15c3f40
Octal335147176065531553477100
Binary1101110111001111111110011010110101111011010111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD677E; }

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

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

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

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

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

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

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

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