#DD6484

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

Shades of Deep Blush #DD6484

Tints of Deep Blush #DD6484

Color information

#DD6484 (or 0xDD6484) is unknown color: approx Deep Blush. HEX triplet: DD, 64 and 84. RGB value is (221,100,132). Sum of RGB (Red+Green+Blue) = 221+100+132=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6484 is #229B7B. Grayscale: #8B8B8B. Windows color (decimal): -2268028 or 8676573. OLE color: 8676573.

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

Color convert

RGB221100132-
CMYK00.550.400.13
HSL344.13º64.02%62.94%-
HSV(B)344.13º54.75%86.67%-
XYZ38.5426.1524.85-
YUV139.83123.59185.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=48.79%
G=22.08%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110013200.550.400.13344.1364.0262.94
HexDD648403728D158403f
Octal335144204067501553010077
Binary11011101110010010000100011011110100011011010110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6484; }

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

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

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

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

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

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

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

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