#DC7388

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

Shades of Deep Blush #DC7388

Tints of Deep Blush #DC7388

Color information

#DC7388 (or 0xDC7388) is unknown color: approx Deep Blush. HEX triplet: DC, 73 and 88. RGB value is (220,115,136). Sum of RGB (Red+Green+Blue) = 220+115+136=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7388 is #238C77. Grayscale: #949494. Windows color (decimal): -2329720 or 8942556. OLE color: 8942556.

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

Color convert

RGB220115136-
CMYK00.480.380.14
HSL348º60%65.69%-
HSV(B)348º47.73%86.27%-
XYZ40.0929.2526.83-
YUV148.79120.79178.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=46.71%
G=24.42%
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.14
SystemRedGreenBlueCMYKHSL
Decimal22011513600.480.380.143486065.69
HexDC738803026E15c3c42
Octal334163210060461653474102
Binary11011100111001110001000011000010011011101010111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7388; }

 p { color: rgb(220,115,136); }

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

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

 a { background-color: rgb(220,115,136); }

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

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

 span { border-color: rgb(220,115,136); }

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