#DE80A6

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

Shades of Kobi #DE80A6

Tints of Kobi #DE80A6

Color information

#DE80A6 (or 0xDE80A6) is unknown color: approx Kobi. HEX triplet: DE, 80 and A6. RGB value is (222,128,166). Sum of RGB (Red+Green+Blue) = 222+128+166=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE80A6 is #217F59. Grayscale: #A0A0A0. Windows color (decimal): -2195290 or 10911966. OLE color: 10911966.

HSL color Cylindrical-coordinate representation of color #DE80A6: hue angle of 335.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE80A6 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB222128166-
CMYK00.420.250.13
HSL335.74º58.75%68.63%-
HSV(B)335.74º42.34%87.06%-
XYZ44.7333.7240.23-
YUV160.44131.14171.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=43.02%
G=24.81%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212816600.420.250.13335.7458.7568.63
HexDE80A602A19D1503b45
Octal336200246052311552073105
Binary11011110100000001010011001010101100111011010100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80A6; }

 p { color: rgb(222,128,166); }

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

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

 a { background-color: rgb(222,128,166); }

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

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

 span { border-color: rgb(222,128,166); }

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