#DA8288

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

Shades of Carissma #DA8288

Tints of Carissma #DA8288

Color information

#DA8288 (or 0xDA8288) is unknown color: approx Carissma. HEX triplet: DA, 82 and 88. RGB value is (218,130,136). Sum of RGB (Red+Green+Blue) = 218+130+136=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8288 is #257D77. Grayscale: #9D9D9D. Windows color (decimal): -2456952 or 8946394. OLE color: 8946394.

HSL color Cylindrical-coordinate representation of color #DA8288: hue angle of 355.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8288 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218130136-
CMYK00.400.380.15
HSL355.91º54.32%68.24%-
HSV(B)355.91º40.37%85.49%-
XYZ41.3432.6527.42-
YUV157116.15171.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.04%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=45.04%
G=26.86%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813013600.400.380.15355.9154.3268.24
HexDA828802826F1643644
Octal332202210050461754466104
Binary110110101000001010001000010100010011011111011001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8288; }

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

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

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

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

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

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

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

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