#DA858F

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

Shades of Carissma #DA858F

Tints of Carissma #DA858F

Color information

#DA858F (or 0xDA858F) is unknown color: approx Carissma. HEX triplet: DA, 85 and 8F. RGB value is (218,133,143). Sum of RGB (Red+Green+Blue) = 218+133+143=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858F is #257A70. Grayscale: #9F9F9F. Windows color (decimal): -2456177 or 9405914. OLE color: 9405914.

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

Color convert

RGB218133143-
CMYK00.390.340.15
HSL352.94º53.46%68.82%-
HSV(B)352.94º38.99%85.49%-
XYZ42.2633.6630.26-
YUV159.55118.66169.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=44.13%
G=26.92%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813314300.390.340.15352.9453.4668.82
HexDA858F02722F1613545
Octal332205217047421754165105
Binary110110101000010110001111010011110001011111011000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA858F; }

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

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

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

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

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

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

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

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