#D87E93

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

Shades of Carissma #D87E93

Tints of Carissma #D87E93

Color information

#D87E93 (or 0xD87E93) is unknown color: approx Carissma. HEX triplet: D8, 7E and 93. RGB value is (216,126,147). Sum of RGB (Red+Green+Blue) = 216+126+147=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E93 is #27816C. Grayscale: #9B9B9B. Windows color (decimal): -2589037 or 9666264. OLE color: 9666264.

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

Color convert

RGB216126147-
CMYK00.420.320.15
HSL346º53.57%67.06%-
HSV(B)346º41.67%84.71%-
XYZ41.0531.6331.55-
YUV155.3123.32171.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=44.17%
G=25.77%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612614700.420.320.1534653.5767.06
HexD87E9302A20F15a3643
Octal330176223052401753266103
Binary11011000111111010010011010101010000011111010110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E93; }

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

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

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

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

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

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

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

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