#DD82AE

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

Shades of Kobi #DD82AE

Tints of Kobi #DD82AE

Color information

#DD82AE (or 0xDD82AE) is unknown color: approx Kobi. HEX triplet: DD, 82 and AE. RGB value is (221,130,174). Sum of RGB (Red+Green+Blue) = 221+130+174=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82AE is #227D51. Grayscale: #A2A2A2. Windows color (decimal): -2260306 or 11436765. OLE color: 11436765.

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

Color convert

RGB221130174-
CMYK00.410.210.13
HSL330.99º57.23%68.82%-
HSV(B)330.99º41.18%86.67%-
XYZ45.4434.3944.29-
YUV162.23134.65169.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=42.10%
G=24.76%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113017400.410.210.13330.9957.2368.82
HexDD82AE02915D14b3945
Octal335202256051251551371105
Binary11011101100000101010111001010011010111011010010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82AE; }

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

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

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

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

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

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

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

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