#DD82AA

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

Shades of Kobi #DD82AA

Tints of Kobi #DD82AA

Color information

#DD82AA (or 0xDD82AA) is unknown color: approx Kobi. HEX triplet: DD, 82 and AA. RGB value is (221,130,170). Sum of RGB (Red+Green+Blue) = 221+130+170=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82AA is #227D55. Grayscale: #A1A1A1. Windows color (decimal): -2260310 or 11174621. OLE color: 11174621.

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

Color convert

RGB221130170-
CMYK00.410.230.13
HSL333.63º57.23%68.82%-
HSV(B)333.63º41.18%86.67%-
XYZ45.0634.2442.26-
YUV161.77132.65170.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=42.42%
G=24.95%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113017000.410.230.13333.6357.2368.82
HexDD82AA02917D14e3945
Octal335202252051271551671105
Binary11011101100000101010101001010011011111011010011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82AA; }

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

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

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

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

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

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

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

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