#DF88B1

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

Shades of Kobi #DF88B1

Tints of Kobi #DF88B1

Color information

#DF88B1 (or 0xDF88B1) is unknown color: approx Kobi. HEX triplet: DF, 88 and B1. RGB value is (223,136,177). Sum of RGB (Red+Green+Blue) = 223+136+177=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88B1 is #20774E. Grayscale: #A6A6A6. Windows color (decimal): -2127695 or 11634911. OLE color: 11634911.

HSL color Cylindrical-coordinate representation of color #DF88B1: hue angle of 331.72º degrees, saturation: 0.58, 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 #DF88B1 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223136177-
CMYK00.390.210.13
HSL331.72º57.62%70.39%-
HSV(B)331.72º39.01%87.45%-
XYZ47.1736.4746.15-
YUV166.69133.82168.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=41.60%
G=25.37%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313617700.390.210.13331.7257.6270.39
HexDF88B102715D14c3a46
Octal337210261047251551472106
Binary11011111100010001011000101001111010111011010011001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88B1; }

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

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

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

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

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

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

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

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