#DA8095

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

Shades of Carissma #DA8095

Tints of Carissma #DA8095

Color information

#DA8095 (or 0xDA8095) is unknown color: approx Carissma. HEX triplet: DA, 80 and 95. RGB value is (218,128,149). Sum of RGB (Red+Green+Blue) = 218+128+149=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8095 is #257F6A. Grayscale: #9D9D9D. Windows color (decimal): -2457451 or 9797850. OLE color: 9797850.

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

Color convert

RGB218128149-
CMYK00.410.320.15
HSL346º54.88%67.84%-
HSV(B)346º41.28%85.49%-
XYZ42.0632.5132.49-
YUV157.3123.32171.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=44.04%
G=25.86%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812814900.410.320.1534654.8867.84
HexDA809502920F15a3744
Octal332200225051401753267104
Binary110110101000000010010101010100110000011111010110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8095; }

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

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

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

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

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

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

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

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