#DD88B1

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

Shades of Kobi #DD88B1

Tints of Kobi #DD88B1

Color information

#DD88B1 (or 0xDD88B1) is unknown color: approx Kobi. HEX triplet: DD, 88 and B1. RGB value is (221,136,177). Sum of RGB (Red+Green+Blue) = 221+136+177=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88B1 is #22774E. Grayscale: #A6A6A6. Windows color (decimal): -2258767 or 11634909. OLE color: 11634909.

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

Color convert

RGB221136177-
CMYK00.380.200.13
HSL331.06º55.56%70%-
HSV(B)331.06º38.46%86.67%-
XYZ46.5636.1546.12-
YUV166.09134.16167.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=41.39%
G=25.47%
B=33.15%

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
Decimal22113617700.380.200.13331.0655.5670
HexDD88B102614D14b3846
Octal335210261046241551370106
Binary11011101100010001011000101001101010011011010010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88B1; }

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

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

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

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

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

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

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

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