#DD698B

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

Shades of Deep Blush #DD698B

Tints of Deep Blush #DD698B

Color information

#DD698B (or 0xDD698B) is unknown color: approx Deep Blush. HEX triplet: DD, 69 and 8B. RGB value is (221,105,139). Sum of RGB (Red+Green+Blue) = 221+105+139=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698B is #229674. Grayscale: #8F8F8F. Windows color (decimal): -2266741 or 9136605. OLE color: 9136605.

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

Color convert

RGB221105139-
CMYK00.520.370.13
HSL342.41º63.04%63.92%-
HSV(B)342.41º52.49%86.67%-
XYZ39.5327.3427.62-
YUV143.56125.43183.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=47.53%
G=22.58%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110513900.520.370.13342.4163.0463.92
HexDD698B03425D1563f40
Octal335151213064451552677100
Binary11011101110100110001011011010010010111011010101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD698B; }

 p { color: rgb(221,105,139); }

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

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

 a { background-color: rgb(221,105,139); }

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

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

 span { border-color: rgb(221,105,139); }

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