#D8868D

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

Shades of Carissma #D8868D

Tints of Carissma #D8868D

Color information

#D8868D (or 0xD8868D) is unknown color: approx Carissma. HEX triplet: D8, 86 and 8D. RGB value is (216,134,141). Sum of RGB (Red+Green+Blue) = 216+134+141=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868D is #277972. Grayscale: #9F9F9F. Windows color (decimal): -2586995 or 9275096. OLE color: 9275096.

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

Color convert

RGB216134141-
CMYK00.380.350.15
HSL354.88º51.25%68.63%-
HSV(B)354.88º37.96%84.71%-
XYZ41.6533.5729.48-
YUV159.32117.67168.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=43.99%
G=27.29%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613414100.380.350.15354.8851.2568.63
HexD8868D02623F1633345
Octal330206215046431754363105
Binary110110001000011010001101010011010001111111011000111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8868D; }

 p { color: rgb(216,134,141); }

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

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

 a { background-color: rgb(216,134,141); }

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

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

 span { border-color: rgb(216,134,141); }

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