#DA858A

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

Shades of Carissma #DA858A

Tints of Carissma #DA858A

Color information

#DA858A (or 0xDA858A) is unknown color: approx Carissma. HEX triplet: DA, 85 and 8A. RGB value is (218,133,138). Sum of RGB (Red+Green+Blue) = 218+133+138=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858A is #257A75. Grayscale: #9F9F9F. Windows color (decimal): -2456182 or 9078234. OLE color: 9078234.

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

Color convert

RGB218133138-
CMYK00.390.370.15
HSL356.47º53.46%68.82%-
HSV(B)356.47º38.99%85.49%-
XYZ41.8933.5228.31-
YUV158.98116.16170.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=44.58%
G=27.20%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813313800.390.370.15356.4753.4668.82
HexDA858A02725F1643545
Octal332205212047451754465105
Binary110110101000010110001010010011110010111111011001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA858A; }

 p { color: rgb(218,133,138); }

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

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

 a { background-color: rgb(218,133,138); }

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

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

 span { border-color: rgb(218,133,138); }

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