#DA8189

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

Shades of Carissma #DA8189

Tints of Carissma #DA8189

Color information

#DA8189 (or 0xDA8189) is unknown color: approx Carissma. HEX triplet: DA, 81 and 89. RGB value is (218,129,137). Sum of RGB (Red+Green+Blue) = 218+129+137=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8189 is #257E76. Grayscale: #9C9C9C. Windows color (decimal): -2457207 or 9011674. OLE color: 9011674.

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

Color convert

RGB218129137-
CMYK00.410.370.15
HSL354.61º54.6%68.04%-
HSV(B)354.61º40.83%85.49%-
XYZ41.2832.4127.75-
YUV156.52116.99171.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.04%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=45.04%
G=26.65%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812913700.410.370.15354.6154.668.04
HexDA818902925F1633744
Octal332201211051451754367104
Binary110110101000000110001001010100110010111111011000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8189; }

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

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

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

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

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

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

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

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