#DE81A6

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

Shades of Kobi #DE81A6

Tints of Kobi #DE81A6

Color information

#DE81A6 (or 0xDE81A6) is unknown color: approx Kobi. HEX triplet: DE, 81 and A6. RGB value is (222,129,166). Sum of RGB (Red+Green+Blue) = 222+129+166=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE81A6 is #217E59. Grayscale: #A0A0A0. Windows color (decimal): -2195034 or 10912222. OLE color: 10912222.

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

Color convert

RGB222129166-
CMYK00.420.250.13
HSL336.13º58.49%68.82%-
HSV(B)336.13º41.89%87.06%-
XYZ44.8633.9840.27-
YUV161.02130.81171.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=42.94%
G=24.95%
B=32.11%

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
Decimal22212916600.420.250.13336.1358.4968.82
HexDE81A602A19D1503a45
Octal336201246052311552072105
Binary11011110100000011010011001010101100111011010100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81A6; }

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

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

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

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

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

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

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

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