#DE89B1

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

Shades of Kobi #DE89B1

Tints of Kobi #DE89B1

Color information

#DE89B1 (or 0xDE89B1) is unknown color: approx Kobi. HEX triplet: DE, 89 and B1. RGB value is (222,137,177). Sum of RGB (Red+Green+Blue) = 222+137+177=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE89B1 is #21764E. Grayscale: #A6A6A6. Windows color (decimal): -2192975 or 11635166. OLE color: 11635166.

HSL color Cylindrical-coordinate representation of color #DE89B1: hue angle of 331.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE89B1 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222137177-
CMYK00.380.200.13
HSL331.76º56.29%70.39%-
HSV(B)331.76º38.29%87.06%-
XYZ47.0136.646.18-
YUV166.98133.66167.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=41.42%
G=25.56%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213717700.380.200.13331.7656.2970.39
HexDE89B102614D14c3846
Octal336211261046241551470106
Binary11011110100010011011000101001101010011011010011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89B1; }

 p { color: rgb(222,137,177); }

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

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

 a { background-color: rgb(222,137,177); }

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

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

 span { border-color: rgb(222,137,177); }

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