#DA8386

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

Shades of Carissma #DA8386

Tints of Carissma #DA8386

Color information

#DA8386 (or 0xDA8386) is unknown color: approx Carissma. HEX triplet: DA, 83 and 86. RGB value is (218,131,134). Sum of RGB (Red+Green+Blue) = 218+131+134=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8386 is #257C79. Grayscale: #9D9D9D. Windows color (decimal): -2456698 or 8815578. OLE color: 8815578.

HSL color Cylindrical-coordinate representation of color #DA8386: hue angle of 357.93º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8386 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218131134-
CMYK00.400.390.15
HSL357.93º54.04%68.43%-
HSV(B)357.93º39.91%85.49%-
XYZ41.3332.8626.72-
YUV157.36114.82171.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=45.13%
G=27.12%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813113400.400.390.15357.9354.0468.43
HexDA838602827F1663644
Octal332203206050471754666104
Binary110110101000001110000110010100010011111111011001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8386; }

 p { color: rgb(218,131,134); }

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

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

 a { background-color: rgb(218,131,134); }

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

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

 span { border-color: rgb(218,131,134); }

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