#DD648A

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

Shades of Deep Blush #DD648A

Tints of Deep Blush #DD648A

Color information

#DD648A (or 0xDD648A) is unknown color: approx Deep Blush. HEX triplet: DD, 64 and 8A. RGB value is (221,100,138). Sum of RGB (Red+Green+Blue) = 221+100+138=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648A is #229B75. Grayscale: #8C8C8C. Windows color (decimal): -2268022 or 9069789. OLE color: 9069789.

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

Color convert

RGB221100138-
CMYK00.550.380.13
HSL341.16º64.02%62.94%-
HSV(B)341.16º54.75%86.67%-
XYZ38.9626.3227.07-
YUV140.51126.59185.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=48.15%
G=21.79%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110013800.550.380.13341.1664.0262.94
HexDD648A03726D155403f
Octal335144212067461552510077
Binary11011101110010010001010011011110011011011010101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD648A; }

 p { color: rgb(221,100,138); }

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

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

 a { background-color: rgb(221,100,138); }

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

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

 span { border-color: rgb(221,100,138); }

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