#DD88AF

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

Shades of Kobi #DD88AF

Tints of Kobi #DD88AF

Color information

#DD88AF (or 0xDD88AF) is unknown color: approx Kobi. HEX triplet: DD, 88 and AF. RGB value is (221,136,175). Sum of RGB (Red+Green+Blue) = 221+136+175=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88AF is #227750. Grayscale: #A5A5A5. Windows color (decimal): -2258769 or 11503837. OLE color: 11503837.

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

Color convert

RGB221136175-
CMYK00.380.210.13
HSL332.47º55.56%70%-
HSV(B)332.47º38.46%86.67%-
XYZ46.3636.0845.08-
YUV165.86133.16167.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=41.54%
G=25.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113617500.380.210.13332.4755.5670
HexDD88AF02615D14c3846
Octal335210257046251551470106
Binary11011101100010001010111101001101010111011010011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88AF; }

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

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

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

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

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

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

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

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