#DB8497

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

Shades of Carissma #DB8497

Tints of Carissma #DB8497

Color information

#DB8497 (or 0xDB8497) is unknown color: approx Carissma. HEX triplet: DB, 84 and 97. RGB value is (219,132,151). Sum of RGB (Red+Green+Blue) = 219+132+151=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8497 is #247B68. Grayscale: #A0A0A0. Windows color (decimal): -2390889 or 9929947. OLE color: 9929947.

HSL color Cylindrical-coordinate representation of color #DB8497: hue angle of 346.9º 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 #DB8497 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219132151-
CMYK00.400.310.14
HSL346.9º54.72%68.82%-
HSV(B)346.9º39.73%85.88%-
XYZ43.0533.833.53-
YUV160.18122.82169.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=43.63%
G=26.29%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913215100.400.310.14346.954.7268.82
HexDB84970281FE15b3745
Octal333204227050371653367105
Binary11011011100001001001011101010001111111101010110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8497; }

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

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

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

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

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

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

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

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