#DD718A

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

Shades of Deep Blush #DD718A

Tints of Deep Blush #DD718A

Color information

#DD718A (or 0xDD718A) is unknown color: approx Deep Blush. HEX triplet: DD, 71 and 8A. RGB value is (221,113,138). Sum of RGB (Red+Green+Blue) = 221+113+138=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718A is #228E75. Grayscale: #949494. Windows color (decimal): -2264694 or 9073117. OLE color: 9073117.

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

Color convert

RGB221113138-
CMYK00.490.380.13
HSL346.11º61.36%65.49%-
HSV(B)346.11º48.87%86.67%-
XYZ40.3129.0227.52-
YUV148.14122.28179.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=46.82%
G=23.94%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111313800.490.380.13346.1161.3665.49
HexDD718A03126D15a3d41
Octal335161212061461553275101
Binary11011101111000110001010011000110011011011010110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD718A; }

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

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

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

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

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

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

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

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