#DA8098

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

Shades of Carissma #DA8098

Tints of Carissma #DA8098

Color information

#DA8098 (or 0xDA8098) is unknown color: approx Carissma. HEX triplet: DA, 80 and 98. RGB value is (218,128,152). Sum of RGB (Red+Green+Blue) = 218+128+152=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8098 is #257F67. Grayscale: #9D9D9D. Windows color (decimal): -2457448 or 9994458. OLE color: 9994458.

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

Color convert

RGB218128152-
CMYK00.410.300.15
HSL344º54.88%67.84%-
HSV(B)344º41.28%85.49%-
XYZ42.332.6133.77-
YUV157.65124.82171.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=43.78%
G=25.70%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812815200.410.300.1534454.8867.84
HexDA80980291EF1583744
Octal332200230051361753067104
Binary11011010100000001001100001010011111011111010110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8098; }

 p { color: rgb(218,128,152); }

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

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

 a { background-color: rgb(218,128,152); }

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

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

 span { border-color: rgb(218,128,152); }

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