#DA8595

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

Shades of Carissma #DA8595

Tints of Carissma #DA8595

Color information

#DA8595 (or 0xDA8595) is unknown color: approx Carissma. HEX triplet: DA, 85 and 95. RGB value is (218,133,149). Sum of RGB (Red+Green+Blue) = 218+133+149=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8595 is #257A6A. Grayscale: #A0A0A0. Windows color (decimal): -2456171 or 9799130. OLE color: 9799130.

HSL color Cylindrical-coordinate representation of color #DA8595: hue angle of 348.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8595 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218133149-
CMYK00.390.320.15
HSL348.71º53.46%68.82%-
HSV(B)348.71º38.99%85.49%-
XYZ42.7333.8532.72-
YUV160.24121.66169.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=43.6%
G=26.6%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813314900.390.320.15348.7153.4668.82
HexDA859502720F15d3545
Octal332205225047401753565105
Binary110110101000010110010101010011110000011111010111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8595; }

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

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

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

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

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

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

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

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