#DE82A7

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

Shades of Kobi #DE82A7

Tints of Kobi #DE82A7

Color information

#DE82A7 (or 0xDE82A7) is unknown color: approx Kobi. HEX triplet: DE, 82 and A7. RGB value is (222,130,167). Sum of RGB (Red+Green+Blue) = 222+130+167=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A7 is #217D58. Grayscale: #A1A1A1. Windows color (decimal): -2194777 or 10978014. OLE color: 10978014.

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

Color convert

RGB222130167-
CMYK00.410.250.13
HSL335.87º58.23%69.02%-
HSV(B)335.87º41.44%87.06%-
XYZ45.0834.2840.8-
YUV161.73130.98170.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=42.77%
G=25.05%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213016700.410.250.13335.8758.2369.02
HexDE82A702919D1503a45
Octal336202247051311552072105
Binary11011110100000101010011101010011100111011010100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82A7; }

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

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

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

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

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

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

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

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