#DD618A

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

Shades of Deep Blush #DD618A

Tints of Deep Blush #DD618A

Color information

#DD618A (or 0xDD618A) is unknown color: approx Deep Blush. HEX triplet: DD, 61 and 8A. RGB value is (221,97,138). Sum of RGB (Red+Green+Blue) = 221+97+138=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618A is #229E75. Grayscale: #8A8A8A. Windows color (decimal): -2268790 or 9069021. OLE color: 9069021.

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

Color convert

RGB22197138-
CMYK00.560.380.13
HSL340.16º64.58%62.35%-
HSV(B)340.16º56.11%86.67%-
XYZ38.6825.7626.98-
YUV138.75127.58186.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=48.46%
G=21.27%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219713800.560.380.13340.1664.5862.35
HexDD618A03826D154413e
Octal335141212070461552410176
Binary11011101110000110001010011100010011011011010101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD618A; }

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

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

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

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

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

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

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

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