#DE82A5

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

Shades of Kobi #DE82A5

Tints of Kobi #DE82A5

Color information

#DE82A5 (or 0xDE82A5) is unknown color: approx Kobi. HEX triplet: DE, 82 and A5. RGB value is (222,130,165). Sum of RGB (Red+Green+Blue) = 222+130+165=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A5 is #217D5A. Grayscale: #A1A1A1. Windows color (decimal): -2194779 or 10846942. OLE color: 10846942.

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

Color convert

RGB222130165-
CMYK00.410.260.13
HSL337.17º58.23%69.02%-
HSV(B)337.17º41.44%87.06%-
XYZ44.934.2139.83-
YUV161.5129.98171.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=42.94%
G=25.15%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213016500.410.260.13337.1758.2369.02
HexDE82A50291AD1513a45
Octal336202245051321552172105
Binary11011110100000101010010101010011101011011010100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82A5; }

 p { color: rgb(222,130,165); }

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

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

 a { background-color: rgb(222,130,165); }

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

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

 span { border-color: rgb(222,130,165); }

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