#DD82A6

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

Shades of Kobi #DD82A6

Tints of Kobi #DD82A6

Color information

#DD82A6 (or 0xDD82A6) is unknown color: approx Kobi. HEX triplet: DD, 82 and A6. RGB value is (221,130,166). Sum of RGB (Red+Green+Blue) = 221+130+166=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82A6 is #227D59. Grayscale: #A1A1A1. Windows color (decimal): -2260314 or 10912477. OLE color: 10912477.

HSL color Cylindrical-coordinate representation of color #DD82A6: hue angle of 336.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82A6 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221130166-
CMYK00.410.250.13
HSL336.26º57.23%68.82%-
HSV(B)336.26º41.18%86.67%-
XYZ44.6834.0940.3-
YUV161.31130.65170.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=42.75%
G=25.15%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113016600.410.250.13336.2657.2368.82
HexDD82A602919D1503945
Octal335202246051311552071105
Binary11011101100000101010011001010011100111011010100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82A6; }

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

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

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

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

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

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

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

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