#DD87AE

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

Shades of Kobi #DD87AE

Tints of Kobi #DD87AE

Color information

#DD87AE (or 0xDD87AE) is unknown color: approx Kobi. HEX triplet: DD, 87 and AE. RGB value is (221,135,174). Sum of RGB (Red+Green+Blue) = 221+135+174=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87AE is #227851. Grayscale: #A5A5A5. Windows color (decimal): -2259026 or 11438045. OLE color: 11438045.

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

Color convert

RGB221135174-
CMYK00.390.210.13
HSL332.79º55.84%69.8%-
HSV(B)332.79º38.91%86.67%-
XYZ46.1235.7644.52-
YUV165.16132.99167.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=41.70%
G=25.47%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113517400.390.210.13332.7955.8469.8
HexDD87AE02715D14d3846
Octal335207256047251551570106
Binary11011101100001111010111001001111010111011010011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87AE; }

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

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

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

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

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

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

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

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