#D87EB1

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

Shades of Kobi #D87EB1

Tints of Kobi #D87EB1

Color information

#D87EB1 (or 0xD87EB1) is unknown color: approx Kobi. HEX triplet: D8, 7E and B1. RGB value is (216,126,177). Sum of RGB (Red+Green+Blue) = 216+126+177=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EB1 is #27814E. Grayscale: #9E9E9E. Windows color (decimal): -2589007 or 11632344. OLE color: 11632344.

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

Color convert

RGB216126177-
CMYK00.420.180.15
HSL326º53.57%67.06%-
HSV(B)326º41.67%84.71%-
XYZ43.7232.6945.6-
YUV158.72138.32168.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=41.62%
G=24.28%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612617700.420.180.1532653.5767.06
HexD87EB102A12F1463643
Octal330176261052221750666103
Binary1101100011111101011000101010101001011111010001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EB1; }

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

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

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

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

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

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

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

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