#DA8198

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

Shades of Carissma #DA8198

Tints of Carissma #DA8198

Color information

#DA8198 (or 0xDA8198) is unknown color: approx Carissma. HEX triplet: DA, 81 and 98. RGB value is (218,129,152). Sum of RGB (Red+Green+Blue) = 218+129+152=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8198 is #257E67. Grayscale: #9E9E9E. Windows color (decimal): -2457192 or 9994714. OLE color: 9994714.

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

Color convert

RGB218129152-
CMYK00.410.300.15
HSL344.49º54.6%68.04%-
HSV(B)344.49º40.83%85.49%-
XYZ42.4332.8733.81-
YUV158.23124.49170.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=43.69%
G=25.85%
B=30.46%

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
Decimal21812915200.410.300.15344.4954.668.04
HexDA81980291EF1583744
Octal332201230051361753067104
Binary11011010100000011001100001010011111011111010110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8198; }

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

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

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

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

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

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

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

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