#DD87A6

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

Shades of Kobi #DD87A6

Tints of Kobi #DD87A6

Color information

#DD87A6 (or 0xDD87A6) is unknown color: approx Kobi. HEX triplet: DD, 87 and A6. RGB value is (221,135,166). Sum of RGB (Red+Green+Blue) = 221+135+166=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87A6 is #227859. Grayscale: #A4A4A4. Windows color (decimal): -2259034 or 10913757. OLE color: 10913757.

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

Color convert

RGB221135166-
CMYK00.390.250.13
HSL338.37º55.84%69.8%-
HSV(B)338.37º38.91%86.67%-
XYZ45.3735.4540.53-
YUV164.25128.99168.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=42.34%
G=25.86%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113516600.390.250.13338.3755.8469.8
HexDD87A602719D1523846
Octal335207246047311552270106
Binary11011101100001111010011001001111100111011010100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87A6; }

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

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

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

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

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

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

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

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