#DB8593

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

Shades of Carissma #DB8593

Tints of Carissma #DB8593

Color information

#DB8593 (or 0xDB8593) is unknown color: approx Carissma. HEX triplet: DB, 85 and 93. RGB value is (219,133,147). Sum of RGB (Red+Green+Blue) = 219+133+147=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8593 is #247A6C. Grayscale: #A0A0A0. Windows color (decimal): -2390637 or 9668059. OLE color: 9668059.

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

Color convert

RGB219133147-
CMYK00.390.330.14
HSL350.23º54.43%69.02%-
HSV(B)350.23º39.27%85.88%-
XYZ42.8733.9431.9-
YUV160.31120.49169.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.89%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=43.89%
G=26.65%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913314700.390.330.14350.2354.4369.02
HexDB859302721E15e3645
Octal333205223047411653666105
Binary110110111000010110010011010011110000111101010111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8593; }

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

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

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

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

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

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

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

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