#DF88B3

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

Shades of Kobi #DF88B3

Tints of Kobi #DF88B3

Color information

#DF88B3 (or 0xDF88B3) is unknown color: approx Kobi. HEX triplet: DF, 88 and B3. RGB value is (223,136,179). Sum of RGB (Red+Green+Blue) = 223+136+179=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88B3 is #20774C. Grayscale: #A6A6A6. Windows color (decimal): -2127693 or 11765983. OLE color: 11765983.

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

Color convert

RGB223136179-
CMYK00.390.200.13
HSL330.34º57.62%70.39%-
HSV(B)330.34º39.01%87.45%-
XYZ47.3736.5547.21-
YUV166.92134.82168-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=41.45%
G=25.28%
B=33.27%

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
Decimal22313617900.390.200.13330.3457.6270.39
HexDF88B302714D14a3a46
Octal337210263047241551272106
Binary11011111100010001011001101001111010011011010010101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88B3; }

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

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

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

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

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

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

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

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