#DE80AE

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

Shades of Kobi #DE80AE

Tints of Kobi #DE80AE

Color information

#DE80AE (or 0xDE80AE) is unknown color: approx Kobi. HEX triplet: DE, 80 and AE. RGB value is (222,128,174). Sum of RGB (Red+Green+Blue) = 222+128+174=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE80AE is #217F51. Grayscale: #A1A1A1. Windows color (decimal): -2195282 or 11436254. OLE color: 11436254.

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

Color convert

RGB222128174-
CMYK00.420.220.13
HSL330.64º58.75%68.63%-
HSV(B)330.64º42.34%87.06%-
XYZ45.4834.0244.21-
YUV161.35135.14171.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=42.37%
G=24.43%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212817400.420.220.13330.6458.7568.63
HexDE80AE02A16D14b3b45
Octal336200256052261551373105
Binary11011110100000001010111001010101011011011010010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80AE; }

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

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

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

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

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

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

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

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