#DC6386

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

Shades of Deep Blush #DC6386

Tints of Deep Blush #DC6386

Color information

#DC6386 (or 0xDC6386) is unknown color: approx Deep Blush. HEX triplet: DC, 63 and 86. RGB value is (220,99,134). Sum of RGB (Red+Green+Blue) = 220+99+134=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6386 is #239C79. Grayscale: #8B8B8B. Windows color (decimal): -2333818 or 8807388. OLE color: 8807388.

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

Color convert

RGB22099134-
CMYK00.550.390.14
HSL342.64º63.35%62.55%-
HSV(B)342.64º55%86.27%-
XYZ38.2825.8625.53-
YUV139.17125.09185.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=48.57%
G=21.85%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209913400.550.390.14342.6463.3562.55
HexDC638603727E1573f3f
Octal33414320606747165277777
Binary1101110011000111000011001101111001111110101010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6386; }

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

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

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

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

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

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

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

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