#DD82B3

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

Shades of Kobi #DD82B3

Tints of Kobi #DD82B3

Color information

#DD82B3 (or 0xDD82B3) is unknown color: approx Kobi. HEX triplet: DD, 82 and B3. RGB value is (221,130,179). Sum of RGB (Red+Green+Blue) = 221+130+179=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82B3 is #227D4C. Grayscale: #A2A2A2. Windows color (decimal): -2260301 or 11764445. OLE color: 11764445.

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

Color convert

RGB221130179-
CMYK00.410.190.13
HSL327.69º57.23%68.82%-
HSV(B)327.69º41.18%86.67%-
XYZ45.9434.5946.9-
YUV162.8137.15169.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=41.70%
G=24.53%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113017900.410.190.13327.6957.2368.82
HexDD82B302913D1483945
Octal335202263051231551071105
Binary11011101100000101011001101010011001111011010010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82B3; }

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

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

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

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

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

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

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

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