#DE84AE

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

Shades of Kobi #DE84AE

Tints of Kobi #DE84AE

Color information

#DE84AE (or 0xDE84AE) is unknown color: approx Kobi. HEX triplet: DE, 84 and AE. RGB value is (222,132,174). Sum of RGB (Red+Green+Blue) = 222+132+174=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE84AE is #217B51. Grayscale: #A3A3A3. Windows color (decimal): -2194258 or 11437278. OLE color: 11437278.

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

Color convert

RGB222132174-
CMYK00.410.220.13
HSL332º57.69%69.41%-
HSV(B)332º40.54%87.06%-
XYZ46.0235.0944.39-
YUV163.7133.82169.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=42.05%
G=25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213217400.410.220.1333257.6969.41
HexDE84AE02916D14c3a45
Octal336204256051261551472105
Binary11011110100001001010111001010011011011011010011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84AE; }

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

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

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

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

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

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

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

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