#DD86B2

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

Shades of Kobi #DD86B2

Tints of Kobi #DD86B2

Color information

#DD86B2 (or 0xDD86B2) is unknown color: approx Kobi. HEX triplet: DD, 86 and B2. RGB value is (221,134,178). Sum of RGB (Red+Green+Blue) = 221+134+178=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86B2 is #22794D. Grayscale: #A4A4A4. Windows color (decimal): -2259278 or 11699933. OLE color: 11699933.

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

Color convert

RGB221134178-
CMYK00.390.190.13
HSL329.66º56.13%69.61%-
HSV(B)329.66º39.37%86.67%-
XYZ46.3835.6446.55-
YUV165.03135.32167.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=41.46%
G=25.14%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113417800.390.190.13329.6656.1369.61
HexDD86B202713D14a3846
Octal335206262047231551270106
Binary11011101100001101011001001001111001111011010010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86B2; }

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

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

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

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

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

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

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

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