#DE88B1

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

Shades of Kobi #DE88B1

Tints of Kobi #DE88B1

Color information

#DE88B1 (or 0xDE88B1) is unknown color: approx Kobi. HEX triplet: DE, 88 and B1. RGB value is (222,136,177). Sum of RGB (Red+Green+Blue) = 222+136+177=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE88B1 is #21774E. Grayscale: #A6A6A6. Windows color (decimal): -2193231 or 11634910. OLE color: 11634910.

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

Color convert

RGB222136177-
CMYK00.390.200.13
HSL331.4º56.58%70.2%-
HSV(B)331.4º38.74%87.06%-
XYZ46.8636.3146.13-
YUV166.39133.99167.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=41.50%
G=25.42%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213617700.390.200.13331.456.5870.2
HexDE88B102714D14b3946
Octal336210261047241551371106
Binary11011110100010001011000101001111010011011010010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88B1; }

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

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

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

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

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

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

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

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