#DA8295

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

Shades of Carissma #DA8295

Tints of Carissma #DA8295

Color information

#DA8295 (or 0xDA8295) is unknown color: approx Carissma. HEX triplet: DA, 82 and 95. RGB value is (218,130,149). Sum of RGB (Red+Green+Blue) = 218+130+149=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8295 is #257D6A. Grayscale: #9E9E9E. Windows color (decimal): -2456939 or 9798362. OLE color: 9798362.

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

Color convert

RGB218130149-
CMYK00.400.320.15
HSL347.05º54.32%68.24%-
HSV(B)347.05º40.37%85.49%-
XYZ42.3233.0432.58-
YUV158.48122.65170.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=43.86%
G=26.16%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813014900.400.320.15347.0554.3268.24
HexDA829502820F15b3644
Octal332202225050401753366104
Binary110110101000001010010101010100010000011111010110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8295; }

 p { color: rgb(218,130,149); }

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

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

 a { background-color: rgb(218,130,149); }

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

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

 span { border-color: rgb(218,130,149); }

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