#D87F94

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

Shades of Carissma #D87F94

Tints of Carissma #D87F94

Color information

#D87F94 (or 0xD87F94) is unknown color: approx Carissma. HEX triplet: D8, 7F and 94. RGB value is (216,127,148). Sum of RGB (Red+Green+Blue) = 216+127+148=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F94 is #27806B. Grayscale: #9C9C9C. Windows color (decimal): -2588780 or 9732056. OLE color: 9732056.

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

Color convert

RGB216127148-
CMYK00.410.310.15
HSL345.84º53.29%67.25%-
HSV(B)345.84º41.2%84.71%-
XYZ41.2531.9232-
YUV156123.49170.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=43.99%
G=25.87%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612714800.410.310.15345.8453.2967.25
HexD87F940291FF15a3543
Octal330177224051371753265103
Binary1101100011111111001010001010011111111111010110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F94; }

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

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

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

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

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

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

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

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