#DB8B93

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

Shades of Carissma #DB8B93

Tints of Carissma #DB8B93

Color information

#DB8B93 (or 0xDB8B93) is unknown color: approx Carissma. HEX triplet: DB, 8B and 93. RGB value is (219,139,147). Sum of RGB (Red+Green+Blue) = 219+139+147=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B93 is #24746C. Grayscale: #A3A3A3. Windows color (decimal): -2389101 or 9669595. OLE color: 9669595.

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

Color convert

RGB219139147-
CMYK00.370.330.14
HSL354º52.63%70.2%-
HSV(B)354º36.53%85.88%-
XYZ43.7135.6332.18-
YUV163.83118.5167.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.37%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=43.37%
G=27.52%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913914700.370.330.1435452.6370.2
HexDB8B9302521E1623546
Octal333213223045411654265106
Binary110110111000101110010011010010110000111101011000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B93; }

 p { color: rgb(219,139,147); }

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

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

 a { background-color: rgb(219,139,147); }

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

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

 span { border-color: rgb(219,139,147); }

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