#DB8687

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

Shades of Carissma #DB8687

Tints of Carissma #DB8687

Color information

#DB8687 (or 0xDB8687) is unknown color: approx Carissma. HEX triplet: DB, 86 and 87. RGB value is (219,134,135). Sum of RGB (Red+Green+Blue) = 219+134+135=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8687 is #247978. Grayscale: #9F9F9F. Windows color (decimal): -2390393 or 8881883. OLE color: 8881883.

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

Color convert

RGB219134135-
CMYK00.390.380.14
HSL359.29º54.14%69.22%-
HSV(B)359.29º38.81%85.88%-
XYZ42.1133.8627.24-
YUV159.53114.16170.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=44.88%
G=27.46%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913413500.390.380.14359.2954.1469.22
HexDB868702726E1673645
Octal333206207047461654766105
Binary110110111000011010000111010011110011011101011001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8687; }

 p { color: rgb(219,134,135); }

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

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

 a { background-color: rgb(219,134,135); }

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

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

 span { border-color: rgb(219,134,135); }

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