#D889B2

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

Shades of Kobi #D889B2

Tints of Kobi #D889B2

Color information

#D889B2 (or 0xD889B2) is unknown color: approx Kobi. HEX triplet: D8, 89 and B2. RGB value is (216,137,178). Sum of RGB (Red+Green+Blue) = 216+137+178=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D889B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D889B2 is #27764D. Grayscale: #A5A5A5. Windows color (decimal): -2586190 or 11700696. OLE color: 11700696.

HSL color Cylindrical-coordinate representation of color #D889B2: hue angle of 328.86º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889B2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216137178-
CMYK00.370.180.15
HSL328.86º50.32%69.22%-
HSV(B)328.86º36.57%84.71%-
XYZ45.335.746.62-
YUV165.3135.17164.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=40.68%
G=25.80%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613717800.370.180.15328.8650.3269.22
HexD889B202512F1493245
Octal330211262045221751162105
Binary11011000100010011011001001001011001011111010010011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889B2; }

 p { color: rgb(216,137,178); }

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

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

 a { background-color: rgb(216,137,178); }

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

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

 span { border-color: rgb(216,137,178); }

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