#DA888A

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

Shades of Carissma #DA888A

Tints of Carissma #DA888A

Color information

#DA888A (or 0xDA888A) is unknown color: approx Carissma. HEX triplet: DA, 88 and 8A. RGB value is (218,136,138). Sum of RGB (Red+Green+Blue) = 218+136+138=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA888A is #257775. Grayscale: #A0A0A0. Windows color (decimal): -2455414 or 9079002. OLE color: 9079002.

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

Color convert

RGB218136138-
CMYK00.380.370.15
HSL358.54º52.56%69.41%-
HSV(B)358.54º37.61%85.49%-
XYZ42.3134.3528.45-
YUV160.75115.17168.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.31%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=44.31%
G=27.64%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813613800.380.370.15358.5452.5669.41
HexDA888A02625F1673545
Octal332210212046451754765105
Binary110110101000100010001010010011010010111111011001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA888A; }

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

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

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

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

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

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

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

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