#DD657F

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

Shades of Deep Blush #DD657F

Tints of Deep Blush #DD657F

Color information

#DD657F (or 0xDD657F) is unknown color: approx Deep Blush. HEX triplet: DD, 65 and 7F. RGB value is (221,101,127). Sum of RGB (Red+Green+Blue) = 221+101+127=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD657F is #229A80. Grayscale: #8B8B8B. Windows color (decimal): -2267777 or 8349149. OLE color: 8349149.

HSL color Cylindrical-coordinate representation of color #DD657F: hue angle of 347º 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 #DD657F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221101127-
CMYK00.540.430.13
HSL347º63.83%63.14%-
HSV(B)347º54.3%86.67%-
XYZ38.326.2123.12-
YUV139.84120.76185.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 127 (50% from 255) = 28.29%
R=49.22%
G=22.49%
B=28.29%

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
Decimal22110112700.540.430.1334763.8363.14
HexDD657F0362BD15b403f
Octal335145177066531553310077
Binary1101110111001011111111011011010101111011010110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD657F; }

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

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

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

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

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

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

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

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