#DA8893

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

Shades of Carissma #DA8893

Tints of Carissma #DA8893

Color information

#DA8893 (or 0xDA8893) is unknown color: approx Carissma. HEX triplet: DA, 88 and 93. RGB value is (218,136,147). Sum of RGB (Red+Green+Blue) = 218+136+147=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8893 is #25776C. Grayscale: #A1A1A1. Windows color (decimal): -2455405 or 9668826. OLE color: 9668826.

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

Color convert

RGB218136147-
CMYK00.380.330.15
HSL351.95º52.56%69.41%-
HSV(B)351.95º37.61%85.49%-
XYZ42.9834.6232.02-
YUV161.77119.67168.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=43.51%
G=27.15%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813614700.380.330.15351.9552.5669.41
HexDA889302621F1603545
Octal332210223046411754065105
Binary110110101000100010010011010011010000111111011000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8893; }

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

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

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

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

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

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

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

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