#DB8591

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

Shades of Carissma #DB8591

Tints of Carissma #DB8591

Color information

#DB8591 (or 0xDB8591) is unknown color: approx Carissma. HEX triplet: DB, 85 and 91. RGB value is (219,133,145). Sum of RGB (Red+Green+Blue) = 219+133+145=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8591 is #247A6E. Grayscale: #A0A0A0. Windows color (decimal): -2390639 or 9536987. OLE color: 9536987.

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

Color convert

RGB219133145-
CMYK00.390.340.14
HSL351.63º54.43%69.02%-
HSV(B)351.63º39.27%85.88%-
XYZ42.7133.8831.08-
YUV160.08119.49170.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=44.06%
G=26.76%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913314500.390.340.14351.6354.4369.02
HexDB859102722E1603645
Octal333205221047421654066105
Binary110110111000010110010001010011110001011101011000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8591; }

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

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

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

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

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

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

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

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