#DB8793

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

Shades of Carissma #DB8793

Tints of Carissma #DB8793

Color information

#DB8793 (or 0xDB8793) is unknown color: approx Carissma. HEX triplet: DB, 87 and 93. RGB value is (219,135,147). Sum of RGB (Red+Green+Blue) = 219+135+147=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8793 is #24786C. Grayscale: #A1A1A1. Windows color (decimal): -2390125 or 9668571. OLE color: 9668571.

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

Color convert

RGB219135147-
CMYK00.380.330.14
HSL351.43º53.85%69.41%-
HSV(B)351.43º38.36%85.88%-
XYZ43.1434.4931.99-
YUV161.48119.83169.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=43.71%
G=26.95%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913514700.380.330.14351.4353.8569.41
HexDB879302621E15f3645
Octal333207223046411653766105
Binary110110111000011110010011010011010000111101010111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8793; }

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

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

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

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

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

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

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

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