#DC6C8A

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

Shades of Deep Blush #DC6C8A

Tints of Deep Blush #DC6C8A

Color information

#DC6C8A (or 0xDC6C8A) is unknown color: approx Deep Blush. HEX triplet: DC, 6C and 8A. RGB value is (220,108,138). Sum of RGB (Red+Green+Blue) = 220+108+138=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C8A is #239375. Grayscale: #909090. Windows color (decimal): -2331510 or 9071836. OLE color: 9071836.

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

Color convert

RGB220108138-
CMYK00.510.370.14
HSL343.93º61.54%64.31%-
HSV(B)343.93º50.91%86.27%-
XYZ39.4727.7827.33-
YUV144.91124.11181.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=47.21%
G=23.18%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010813800.510.370.14343.9361.5464.31
HexDC6C8A03325E1583e40
Octal334154212063451653076100
Binary11011100110110010001010011001110010111101010110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C8A; }

 p { color: rgb(220,108,138); }

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

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

 a { background-color: rgb(220,108,138); }

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

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

 span { border-color: rgb(220,108,138); }

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