#DA898B

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

Shades of Carissma #DA898B

Tints of Carissma #DA898B

Color information

#DA898B (or 0xDA898B) is unknown color: approx Carissma. HEX triplet: DA, 89 and 8B. RGB value is (218,137,139). Sum of RGB (Red+Green+Blue) = 218+137+139=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898B is #257674. Grayscale: #A1A1A1. Windows color (decimal): -2455157 or 9144794. OLE color: 9144794.

HSL color Cylindrical-coordinate representation of color #DA898B: hue angle of 358.52º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA898B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218137139-
CMYK00.370.360.15
HSL358.52º52.26%69.61%-
HSV(B)358.52º37.16%85.49%-
XYZ42.5234.6628.88-
YUV161.45115.34168.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=44.13%
G=27.73%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813713900.370.360.15358.5252.2669.61
HexDA898B02524F1673446
Octal332211213045441754764106
Binary110110101000100110001011010010110010011111011001111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA898B; }

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

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

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

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

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

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

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

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