#DD667F

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

Shades of Deep Blush #DD667F

Tints of Deep Blush #DD667F

Color information

#DD667F (or 0xDD667F) is unknown color: approx Deep Blush. HEX triplet: DD, 66 and 7F. RGB value is (221,102,127). Sum of RGB (Red+Green+Blue) = 221+102+127=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD667F is #229980. Grayscale: #8C8C8C. Windows color (decimal): -2267521 or 8349405. OLE color: 8349405.

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

Color convert

RGB221102127-
CMYK00.540.430.13
HSL347.39º63.64%63.33%-
HSV(B)347.39º53.85%86.67%-
XYZ38.426.4123.15-
YUV140.43120.42185.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 127 (50% from 255) = 28.22%
R=49.11%
G=22.67%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110212700.540.430.13347.3963.6463.33
HexDD667F0362BD15b403f
Octal335146177066531553310077
Binary1101110111001101111111011011010101111011010110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD667F; }

 p { color: rgb(221,102,127); }

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

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

 a { background-color: rgb(221,102,127); }

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

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

 span { border-color: rgb(221,102,127); }

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