#DB8696

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

Shades of Carissma #DB8696

Tints of Carissma #DB8696

Color information

#DB8696 (or 0xDB8696) is unknown color: approx Carissma. HEX triplet: DB, 86 and 96. RGB value is (219,134,150). Sum of RGB (Red+Green+Blue) = 219+134+150=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8696 is #247969. Grayscale: #A1A1A1. Windows color (decimal): -2390378 or 9864923. OLE color: 9864923.

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

Color convert

RGB219134150-
CMYK00.390.320.14
HSL348.71º54.14%69.22%-
HSV(B)348.71º38.81%85.88%-
XYZ43.2434.3133.2-
YUV161.24121.66169.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=43.54%
G=26.64%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913415000.390.320.14348.7154.1469.22
HexDB869602720E15d3645
Octal333206226047401653566105
Binary110110111000011010010110010011110000011101010111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8696; }

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

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

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

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

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

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

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

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