#DD82B2

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

Shades of Kobi #DD82B2

Tints of Kobi #DD82B2

Color information

#DD82B2 (or 0xDD82B2) is unknown color: approx Kobi. HEX triplet: DD, 82 and B2. RGB value is (221,130,178). Sum of RGB (Red+Green+Blue) = 221+130+178=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82B2 is #227D4D. Grayscale: #A2A2A2. Windows color (decimal): -2260302 or 11698909. OLE color: 11698909.

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

Color convert

RGB221130178-
CMYK00.410.190.13
HSL328.35º57.23%68.82%-
HSV(B)328.35º41.18%86.67%-
XYZ45.8434.5546.37-
YUV162.68136.65169.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=41.78%
G=24.57%
B=33.65%

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
Decimal22113017800.410.190.13328.3557.2368.82
HexDD82B202913D1483945
Octal335202262051231551071105
Binary11011101100000101011001001010011001111011010010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82B2; }

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

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

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

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

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

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

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

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