#D9858F

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

Shades of Carissma #D9858F

Tints of Carissma #D9858F

Color information

#D9858F (or 0xD9858F) is unknown color: approx Carissma. HEX triplet: D9, 85 and 8F. RGB value is (217,133,143). Sum of RGB (Red+Green+Blue) = 217+133+143=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9858F is #267A70. Grayscale: #9F9F9F. Windows color (decimal): -2521713 or 9405913. OLE color: 9405913.

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

Color convert

RGB217133143-
CMYK00.390.340.15
HSL352.86º52.5%68.63%-
HSV(B)352.86º38.71%85.1%-
XYZ41.9633.5130.24-
YUV159.26118.83169.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=44.02%
G=26.98%
B=29.01%

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
Decimal21713314300.390.340.15352.8652.568.63
HexD9858F02722F1613445
Octal331205217047421754164105
Binary110110011000010110001111010011110001011111011000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9858F; }

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

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

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

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

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

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

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

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