#DA8589

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

Shades of Carissma #DA8589

Tints of Carissma #DA8589

Color information

#DA8589 (or 0xDA8589) is unknown color: approx Carissma. HEX triplet: DA, 85 and 89. RGB value is (218,133,137). Sum of RGB (Red+Green+Blue) = 218+133+137=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8589 is #257A76. Grayscale: #9E9E9E. Windows color (decimal): -2456183 or 9012698. OLE color: 9012698.

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

Color convert

RGB218133137-
CMYK00.390.370.15
HSL357.18º53.46%68.82%-
HSV(B)357.18º38.99%85.49%-
XYZ41.8233.4927.93-
YUV158.87115.66170.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=44.67%
G=27.25%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813313700.390.370.15357.1853.4668.82
HexDA858902725F1653545
Octal332205211047451754565105
Binary110110101000010110001001010011110010111111011001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8589; }

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

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

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

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

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

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

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

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