#D891B2

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

Shades of Kobi #D891B2

Tints of Kobi #D891B2

Color information

#D891B2 (or 0xD891B2) is unknown color: approx Kobi. HEX triplet: D8, 91 and B2. RGB value is (216,145,178). Sum of RGB (Red+Green+Blue) = 216+145+178=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D891B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D891B2 is #276E4D. Grayscale: #A9A9A9. Windows color (decimal): -2584142 or 11702744. OLE color: 11702744.

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

Color convert

RGB216145178-
CMYK00.330.180.15
HSL332.11º47.65%70.78%-
HSV(B)332.11º32.87%84.71%-
XYZ46.4838.0647.02-
YUV169.99132.52160.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=40.07%
G=26.90%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614517800.330.180.15332.1147.6570.78
HexD891B202112F14c3047
Octal330221262041221751460107
Binary11011000100100011011001001000011001011111010011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891B2; }

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

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

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

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

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

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

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

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