#DD7288

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

Shades of Deep Blush #DD7288

Tints of Deep Blush #DD7288

Color information

#DD7288 (or 0xDD7288) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 88. RGB value is (221,114,136). Sum of RGB (Red+Green+Blue) = 221+114+136=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7288 is #228D77. Grayscale: #949494. Windows color (decimal): -2264440 or 8942301. OLE color: 8942301.

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

Color convert

RGB221114136-
CMYK00.480.380.13
HSL347.66º61.14%65.69%-
HSV(B)347.66º48.42%86.67%-
XYZ40.2829.1826.8-
YUV148.5120.95179.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=46.92%
G=24.20%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111413600.480.380.13347.6661.1465.69
HexDD728803026D15c3d42
Octal335162210060461553475102
Binary11011101111001010001000011000010011011011010111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7288; }

 p { color: rgb(221,114,136); }

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

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

 a { background-color: rgb(221,114,136); }

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

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

 span { border-color: rgb(221,114,136); }

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