#DD87AA

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

Shades of Kobi #DD87AA

Tints of Kobi #DD87AA

Color information

#DD87AA (or 0xDD87AA) is unknown color: approx Kobi. HEX triplet: DD, 87 and AA. RGB value is (221,135,170). Sum of RGB (Red+Green+Blue) = 221+135+170=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87AA is #227855. Grayscale: #A4A4A4. Windows color (decimal): -2259030 or 11175901. OLE color: 11175901.

HSL color Cylindrical-coordinate representation of color #DD87AA: hue angle of 335.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87AA is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221135170-
CMYK00.390.230.13
HSL335.58º55.84%69.8%-
HSV(B)335.58º38.91%86.67%-
XYZ45.7435.642.49-
YUV164.7130.99168.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=42.02%
G=25.67%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113517000.390.230.13335.5855.8469.8
HexDD87AA02717D1503846
Octal335207252047271552070106
Binary11011101100001111010101001001111011111011010100001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87AA; }

 p { color: rgb(221,135,170); }

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

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

 a { background-color: rgb(221,135,170); }

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

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

 span { border-color: rgb(221,135,170); }

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