#DD87AD

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

Shades of Kobi #DD87AD

Tints of Kobi #DD87AD

Color information

#DD87AD (or 0xDD87AD) is unknown color: approx Kobi. HEX triplet: DD, 87 and AD. RGB value is (221,135,173). Sum of RGB (Red+Green+Blue) = 221+135+173=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87AD is #227852. Grayscale: #A4A4A4. Windows color (decimal): -2259027 or 11372509. OLE color: 11372509.

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

Color convert

RGB221135173-
CMYK00.390.220.13
HSL333.49º55.84%69.8%-
HSV(B)333.49º38.91%86.67%-
XYZ46.0335.7244-
YUV165.05132.49167.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=41.78%
G=25.52%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113517300.390.220.13333.4955.8469.8
HexDD87AD02716D14d3846
Octal335207255047261551570106
Binary11011101100001111010110101001111011011011010011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87AD; }

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

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

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

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

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

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

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

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