#DA8196

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

Shades of Carissma #DA8196

Tints of Carissma #DA8196

Color information

#DA8196 (or 0xDA8196) is unknown color: approx Carissma. HEX triplet: DA, 81 and 96. RGB value is (218,129,150). Sum of RGB (Red+Green+Blue) = 218+129+150=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8196 is #257E69. Grayscale: #9E9E9E. Windows color (decimal): -2457194 or 9863642. OLE color: 9863642.

HSL color Cylindrical-coordinate representation of color #DA8196: hue angle of 345.84º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8196 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218129150-
CMYK00.410.310.15
HSL345.84º54.6%68.04%-
HSV(B)345.84º40.83%85.49%-
XYZ42.2732.8132.96-
YUV158123.49170.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=43.86%
G=25.96%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812915000.410.310.15345.8454.668.04
HexDA81960291FF15a3744
Octal332201226051371753267104
Binary11011010100000011001011001010011111111111010110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8196; }

 p { color: rgb(218,129,150); }

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

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

 a { background-color: rgb(218,129,150); }

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

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

 span { border-color: rgb(218,129,150); }

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