#DE82A4

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

Shades of Kobi #DE82A4

Tints of Kobi #DE82A4

Color information

#DE82A4 (or 0xDE82A4) is unknown color: approx Kobi. HEX triplet: DE, 82 and A4. RGB value is (222,130,164). Sum of RGB (Red+Green+Blue) = 222+130+164=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A4 is #217D5B. Grayscale: #A1A1A1. Windows color (decimal): -2194780 or 10781406. OLE color: 10781406.

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

Color convert

RGB222130164-
CMYK00.410.260.13
HSL337.83º58.23%69.02%-
HSV(B)337.83º41.44%87.06%-
XYZ44.8134.1839.36-
YUV161.38129.48171.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=43.02%
G=25.19%
B=31.78%

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
Decimal22213016400.410.260.13337.8358.2369.02
HexDE82A40291AD1523a45
Octal336202244051321552272105
Binary11011110100000101010010001010011101011011010100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82A4; }

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

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

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

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

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

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

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

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