#D87E94

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

Shades of Carissma #D87E94

Tints of Carissma #D87E94

Color information

#D87E94 (or 0xD87E94) is unknown color: approx Carissma. HEX triplet: D8, 7E and 94. RGB value is (216,126,148). Sum of RGB (Red+Green+Blue) = 216+126+148=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E94 is #27816B. Grayscale: #9B9B9B. Windows color (decimal): -2589036 or 9731800. OLE color: 9731800.

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

Color convert

RGB216126148-
CMYK00.420.310.15
HSL345.33º53.57%67.06%-
HSV(B)345.33º41.67%84.71%-
XYZ41.1331.6631.96-
YUV155.42123.82171.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=44.08%
G=25.71%
B=30.20%

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
Decimal21612614800.420.310.15345.3353.5767.06
HexD87E9402A1FF1593643
Octal330176224052371753166103
Binary1101100011111101001010001010101111111111010110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E94; }

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

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

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

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

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

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

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

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