#DA868B

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

Shades of Carissma #DA868B

Tints of Carissma #DA868B

Color information

#DA868B (or 0xDA868B) is unknown color: approx Carissma. HEX triplet: DA, 86 and 8B. RGB value is (218,134,139). Sum of RGB (Red+Green+Blue) = 218+134+139=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA868B is #257974. Grayscale: #9F9F9F. Windows color (decimal): -2455925 or 9144026. OLE color: 9144026.

HSL color Cylindrical-coordinate representation of color #DA868B: hue angle of 356.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA868B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218134139-
CMYK00.390.360.15
HSL356.43º53.16%69.02%-
HSV(B)356.43º38.53%85.49%-
XYZ42.133.8228.74-
YUV159.69116.33169.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=44.40%
G=27.29%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813413900.390.360.15356.4353.1669.02
HexDA868B02724F1643545
Octal332206213047441754465105
Binary110110101000011010001011010011110010011111011001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA868B; }

 p { color: rgb(218,134,139); }

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

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

 a { background-color: rgb(218,134,139); }

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

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

 span { border-color: rgb(218,134,139); }

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