#DD88B2

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

Shades of Kobi #DD88B2

Tints of Kobi #DD88B2

Color information

#DD88B2 (or 0xDD88B2) is unknown color: approx Kobi. HEX triplet: DD, 88 and B2. RGB value is (221,136,178). Sum of RGB (Red+Green+Blue) = 221+136+178=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88B2 is #22774D. Grayscale: #A6A6A6. Windows color (decimal): -2258766 or 11700445. OLE color: 11700445.

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

Color convert

RGB221136178-
CMYK00.380.190.13
HSL330.35º55.56%70%-
HSV(B)330.35º38.46%86.67%-
XYZ46.6636.1946.65-
YUV166.2134.66167.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=41.31%
G=25.42%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113617800.380.190.13330.3555.5670
HexDD88B202613D14a3846
Octal335210262046231551270106
Binary11011101100010001011001001001101001111011010010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88B2; }

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

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

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

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

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

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

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

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