#DB8393

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

Shades of Carissma #DB8393

Tints of Carissma #DB8393

Color information

#DB8393 (or 0xDB8393) is unknown color: approx Carissma. HEX triplet: DB, 83 and 93. RGB value is (219,131,147). Sum of RGB (Red+Green+Blue) = 219+131+147=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8393 is #247C6C. Grayscale: #9F9F9F. Windows color (decimal): -2391149 or 9667547. OLE color: 9667547.

HSL color Cylindrical-coordinate representation of color #DB8393: hue angle of 349.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8393 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219131147-
CMYK00.400.330.14
HSL349.09º55%68.63%-
HSV(B)349.09º40.18%85.88%-
XYZ42.633.431.81-
YUV159.14121.15170.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=44.06%
G=26.36%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913114700.400.330.14349.095568.63
HexDB839302821E15d3745
Octal333203223050411653567105
Binary110110111000001110010011010100010000111101010111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8393; }

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

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

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

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

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

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

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

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