#DB8688

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

Shades of Carissma #DB8688

Tints of Carissma #DB8688

Color information

#DB8688 (or 0xDB8688) is unknown color: approx Carissma. HEX triplet: DB, 86 and 88. RGB value is (219,134,136). Sum of RGB (Red+Green+Blue) = 219+134+136=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8688 is #247977. Grayscale: #9F9F9F. Windows color (decimal): -2390392 or 8947419. OLE color: 8947419.

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

Color convert

RGB219134136-
CMYK00.390.380.14
HSL358.59º54.14%69.22%-
HSV(B)358.59º38.81%85.88%-
XYZ42.1833.8927.61-
YUV159.64114.66170.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.79%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=44.79%
G=27.40%
B=27.81%

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
Decimal21913413600.390.380.14358.5954.1469.22
HexDB868802726E1673645
Octal333206210047461654766105
Binary110110111000011010001000010011110011011101011001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8688; }

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

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

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

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

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

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

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

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