#D8858E

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

Shades of Carissma #D8858E

Tints of Carissma #D8858E

Color information

#D8858E (or 0xD8858E) is unknown color: approx Carissma. HEX triplet: D8, 85 and 8E. RGB value is (216,133,142). Sum of RGB (Red+Green+Blue) = 216+133+142=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8858E is #277A71. Grayscale: #9E9E9E. Windows color (decimal): -2587250 or 9340376. OLE color: 9340376.

HSL color Cylindrical-coordinate representation of color #D8858E: hue angle of 353.49º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8858E is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216133142-
CMYK00.380.340.15
HSL353.49º51.55%68.43%-
HSV(B)353.49º38.43%84.71%-
XYZ41.5933.3329.83-
YUV158.84118.5168.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=43.99%
G=27.09%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613314200.380.340.15353.4951.5568.43
HexD8858E02622F1613444
Octal330205216046421754164104
Binary110110001000010110001110010011010001011111011000011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8858E; }

 p { color: rgb(216,133,142); }

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

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

 a { background-color: rgb(216,133,142); }

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

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

 span { border-color: rgb(216,133,142); }

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