#DA8197

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

Shades of Carissma #DA8197

Tints of Carissma #DA8197

Color information

#DA8197 (or 0xDA8197) is unknown color: approx Carissma. HEX triplet: DA, 81 and 97. RGB value is (218,129,151). Sum of RGB (Red+Green+Blue) = 218+129+151=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8197 is #257E68. Grayscale: #9E9E9E. Windows color (decimal): -2457193 or 9929178. OLE color: 9929178.

HSL color Cylindrical-coordinate representation of color #DA8197: hue angle of 345.17º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8197 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218129151-
CMYK00.410.310.15
HSL345.17º54.6%68.04%-
HSV(B)345.17º40.83%85.49%-
XYZ42.3532.8433.38-
YUV158.12123.99170.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=43.78%
G=25.90%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812915100.410.310.15345.1754.668.04
HexDA81970291FF1593744
Octal332201227051371753167104
Binary11011010100000011001011101010011111111111010110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8197; }

 p { color: rgb(218,129,151); }

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

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

 a { background-color: rgb(218,129,151); }

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

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

 span { border-color: rgb(218,129,151); }

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