#DB8A8E

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

Shades of Carissma #DB8A8E

Tints of Carissma #DB8A8E

Color information

#DB8A8E (or 0xDB8A8E) is unknown color: approx Carissma. HEX triplet: DB, 8A and 8E. RGB value is (219,138,142). Sum of RGB (Red+Green+Blue) = 219+138+142=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A8E is #247571. Grayscale: #A2A2A2. Windows color (decimal): -2389362 or 9341659. OLE color: 9341659.

HSL color Cylindrical-coordinate representation of color #DB8A8E: hue angle of 357.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8A8E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219138142-
CMYK00.370.350.14
HSL357.04º52.94%70%-
HSV(B)357.04º36.99%85.88%-
XYZ43.1835.1930.11-
YUV162.67116.34168.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.89%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=43.89%
G=27.66%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913814200.370.350.14357.0452.9470
HexDB8A8E02523E1653546
Octal333212216045431654565106
Binary110110111000101010001110010010110001111101011001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A8E; }

 p { color: rgb(219,138,142); }

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

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

 a { background-color: rgb(219,138,142); }

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

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

 span { border-color: rgb(219,138,142); }

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