#DA8587

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

Shades of Carissma #DA8587

Tints of Carissma #DA8587

Color information

#DA8587 (or 0xDA8587) is unknown color: approx Carissma. HEX triplet: DA, 85 and 87. RGB value is (218,133,135). Sum of RGB (Red+Green+Blue) = 218+133+135=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8587 is #257A78. Grayscale: #9E9E9E. Windows color (decimal): -2456185 or 8881626. OLE color: 8881626.

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

Color convert

RGB218133135-
CMYK00.390.380.15
HSL358.59º53.46%68.82%-
HSV(B)358.59º38.99%85.49%-
XYZ41.6733.4327.18-
YUV158.64114.66170.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=44.86%
G=27.37%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813313500.390.380.15358.5953.4668.82
HexDA858702726F1673545
Octal332205207047461754765105
Binary110110101000010110000111010011110011011111011001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8587; }

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

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

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

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

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

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

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

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