#DD82A7

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

Shades of Kobi #DD82A7

Tints of Kobi #DD82A7

Color information

#DD82A7 (or 0xDD82A7) is unknown color: approx Kobi. HEX triplet: DD, 82 and A7. RGB value is (221,130,167). Sum of RGB (Red+Green+Blue) = 221+130+167=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82A7 is #227D58. Grayscale: #A1A1A1. Windows color (decimal): -2260313 or 10978013. OLE color: 10978013.

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

Color convert

RGB221130167-
CMYK00.410.240.13
HSL335.6º57.23%68.82%-
HSV(B)335.6º41.18%86.67%-
XYZ44.7834.1340.79-
YUV161.43131.15170.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=42.66%
G=25.10%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113016700.410.240.13335.657.2368.82
HexDD82A702918D1503945
Octal335202247051301552071105
Binary11011101100000101010011101010011100011011010100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82A7; }

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

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

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

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

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

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

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

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