#DA898A

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

Shades of Carissma #DA898A

Tints of Carissma #DA898A

Color information

#DA898A (or 0xDA898A) is unknown color: approx Carissma. HEX triplet: DA, 89 and 8A. RGB value is (218,137,138). Sum of RGB (Red+Green+Blue) = 218+137+138=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898A is #257675. Grayscale: #A1A1A1. Windows color (decimal): -2455158 or 9079258. OLE color: 9079258.

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

Color convert

RGB218137138-
CMYK00.370.370.15
HSL359.26º52.26%69.61%-
HSV(B)359.26º37.16%85.49%-
XYZ42.4534.6328.49-
YUV161.33114.84168.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=44.22%
G=27.79%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813713800.370.370.15359.2652.2669.61
HexDA898A02525F1673446
Octal332211212045451754764106
Binary110110101000100110001010010010110010111111011001111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA898A; }

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

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

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

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

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

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

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

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