#DA8096

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

Shades of Carissma #DA8096

Tints of Carissma #DA8096

Color information

#DA8096 (or 0xDA8096) is unknown color: approx Carissma. HEX triplet: DA, 80 and 96. RGB value is (218,128,150). Sum of RGB (Red+Green+Blue) = 218+128+150=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8096 is #257F69. Grayscale: #9D9D9D. Windows color (decimal): -2457450 or 9863386. OLE color: 9863386.

HSL color Cylindrical-coordinate representation of color #DA8096: hue angle of 345.33º 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 #DA8096 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218128150-
CMYK00.410.310.15
HSL345.33º54.88%67.84%-
HSV(B)345.33º41.28%85.49%-
XYZ42.1432.5532.92-
YUV157.42123.82171.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=43.95%
G=25.81%
B=30.24%

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
Decimal21812815000.410.310.15345.3354.8867.84
HexDA80960291FF1593744
Octal332200226051371753167104
Binary11011010100000001001011001010011111111111010110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8096; }

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

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

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

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

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

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

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

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