#D87E95

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

Shades of Carissma #D87E95

Tints of Carissma #D87E95

Color information

#D87E95 (or 0xD87E95) is unknown color: approx Carissma. HEX triplet: D8, 7E and 95. RGB value is (216,126,149). Sum of RGB (Red+Green+Blue) = 216+126+149=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E95 is #27816A. Grayscale: #9B9B9B. Windows color (decimal): -2589035 or 9797336. OLE color: 9797336.

HSL color Cylindrical-coordinate representation of color #D87E95: hue angle of 344.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87E95 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216126149-
CMYK00.420.310.15
HSL344.67º53.57%67.06%-
HSV(B)344.67º41.67%84.71%-
XYZ41.231.6932.38-
YUV155.53124.32171.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=43.99%
G=25.66%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612614900.420.310.15344.6753.5767.06
HexD87E9502A1FF1593643
Octal330176225052371753166103
Binary1101100011111101001010101010101111111111010110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E95; }

 p { color: rgb(216,126,149); }

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

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

 a { background-color: rgb(216,126,149); }

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

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

 span { border-color: rgb(216,126,149); }

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