#DE83AE

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

Shades of Kobi #DE83AE

Tints of Kobi #DE83AE

Color information

#DE83AE (or 0xDE83AE) is unknown color: approx Kobi. HEX triplet: DE, 83 and AE. RGB value is (222,131,174). Sum of RGB (Red+Green+Blue) = 222+131+174=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE83AE is #217C51. Grayscale: #A3A3A3. Windows color (decimal): -2194514 or 11437022. OLE color: 11437022.

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

Color convert

RGB222131174-
CMYK00.410.220.13
HSL331.65º57.96%69.22%-
HSV(B)331.65º40.99%87.06%-
XYZ45.8834.8244.35-
YUV163.11134.15170-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=42.13%
G=24.86%
B=33.02%

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
Decimal22213117400.410.220.13331.6557.9669.22
HexDE83AE02916D14c3a45
Octal336203256051261551472105
Binary11011110100000111010111001010011011011011010011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83AE; }

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

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

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

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

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

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

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

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