#DC6886

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

Shades of Deep Blush #DC6886

Tints of Deep Blush #DC6886

Color information

#DC6886 (or 0xDC6886) is unknown color: approx Deep Blush. HEX triplet: DC, 68 and 86. RGB value is (220,104,134). Sum of RGB (Red+Green+Blue) = 220+104+134=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6886 is #239779. Grayscale: #8E8E8E. Windows color (decimal): -2332538 or 8808668. OLE color: 8808668.

HSL color Cylindrical-coordinate representation of color #DC6886: hue angle of 344.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6886 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220104134-
CMYK00.530.390.14
HSL344.48º62.37%63.53%-
HSV(B)344.48º52.73%86.27%-
XYZ38.7726.8425.69-
YUV142.1123.43183.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=48.03%
G=22.71%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010413400.530.390.14344.4862.3763.53
HexDC688603527E1583e40
Octal334150206065471653076100
Binary11011100110100010000110011010110011111101010110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6886; }

 p { color: rgb(220,104,134); }

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

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

 a { background-color: rgb(220,104,134); }

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

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

 span { border-color: rgb(220,104,134); }

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