#DD88AD

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

Shades of Kobi #DD88AD

Tints of Kobi #DD88AD

Color information

#DD88AD (or 0xDD88AD) is unknown color: approx Kobi. HEX triplet: DD, 88 and AD. RGB value is (221,136,173). Sum of RGB (Red+Green+Blue) = 221+136+173=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88AD is #227752. Grayscale: #A5A5A5. Windows color (decimal): -2258771 or 11372765. OLE color: 11372765.

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

Color convert

RGB221136173-
CMYK00.380.220.13
HSL333.88º55.56%70%-
HSV(B)333.88º38.46%86.67%-
XYZ46.173644.05-
YUV165.63132.16167.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=41.70%
G=25.66%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113617300.380.220.13333.8855.5670
HexDD88AD02616D14e3846
Octal335210255046261551670106
Binary11011101100010001010110101001101011011011010011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88AD; }

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

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

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

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

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

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

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

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