#DD86AD

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

Shades of Kobi #DD86AD

Tints of Kobi #DD86AD

Color information

#DD86AD (or 0xDD86AD) is unknown color: approx Kobi. HEX triplet: DD, 86 and AD. RGB value is (221,134,173). Sum of RGB (Red+Green+Blue) = 221+134+173=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86AD is #227952. Grayscale: #A4A4A4. Windows color (decimal): -2259283 or 11372253. OLE color: 11372253.

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

Color convert

RGB221134173-
CMYK00.390.220.13
HSL333.1º56.13%69.61%-
HSV(B)333.1º39.37%86.67%-
XYZ45.8935.4443.96-
YUV164.46132.82168.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=41.86%
G=25.38%
B=32.77%

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
Decimal22113417300.390.220.13333.156.1369.61
HexDD86AD02716D14d3846
Octal335206255047261551570106
Binary11011101100001101010110101001111011011011010011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86AD; }

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

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

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

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

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

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

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

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