#DB8487

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

Shades of Carissma #DB8487

Tints of Carissma #DB8487

Color information

#DB8487 (or 0xDB8487) is unknown color: approx Carissma. HEX triplet: DB, 84 and 87. RGB value is (219,132,135). Sum of RGB (Red+Green+Blue) = 219+132+135=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8487 is #247B78. Grayscale: #9E9E9E. Windows color (decimal): -2390905 or 8881371. OLE color: 8881371.

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

Color convert

RGB219132135-
CMYK00.400.380.14
HSL357.93º54.72%68.82%-
HSV(B)357.93º39.73%85.88%-
XYZ41.8433.3127.15-
YUV158.35114.82171.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=45.06%
G=27.16%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913213500.400.380.14357.9354.7268.82
HexDB848702826E1663745
Octal333204207050461654667105
Binary110110111000010010000111010100010011011101011001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8487; }

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

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

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

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

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

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

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

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