#DD82AD

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

Shades of Kobi #DD82AD

Tints of Kobi #DD82AD

Color information

#DD82AD (or 0xDD82AD) is unknown color: approx Kobi. HEX triplet: DD, 82 and AD. RGB value is (221,130,173). Sum of RGB (Red+Green+Blue) = 221+130+173=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82AD is #227D52. Grayscale: #A2A2A2. Windows color (decimal): -2260307 or 11371229. OLE color: 11371229.

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

Color convert

RGB221130173-
CMYK00.410.220.13
HSL331.65º57.23%68.82%-
HSV(B)331.65º41.18%86.67%-
XYZ45.3434.3543.78-
YUV162.11134.15170-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=42.18%
G=24.81%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113017300.410.220.13331.6557.2368.82
HexDD82AD02916D14c3945
Octal335202255051261551471105
Binary11011101100000101010110101010011011011011010011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82AD; }

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

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

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

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

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

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

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

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