#DD88B0

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

Shades of Kobi #DD88B0

Tints of Kobi #DD88B0

Color information

#DD88B0 (or 0xDD88B0) is unknown color: approx Kobi. HEX triplet: DD, 88 and B0. RGB value is (221,136,176). Sum of RGB (Red+Green+Blue) = 221+136+176=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88B0 is #22774F. Grayscale: #A5A5A5. Windows color (decimal): -2258768 or 11569373. OLE color: 11569373.

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

Color convert

RGB221136176-
CMYK00.380.200.13
HSL331.76º55.56%70%-
HSV(B)331.76º38.46%86.67%-
XYZ46.4636.1245.6-
YUV165.98133.66167.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=41.46%
G=25.52%
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
Decimal22113617600.380.200.13331.7655.5670
HexDD88B002614D14c3846
Octal335210260046241551470106
Binary11011101100010001011000001001101010011011010011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88B0; }

 p { color: rgb(221,136,176); }

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

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

 a { background-color: rgb(221,136,176); }

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

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

 span { border-color: rgb(221,136,176); }

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