#DE83AD

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

Shades of Kobi #DE83AD

Tints of Kobi #DE83AD

Color information

#DE83AD (or 0xDE83AD) is unknown color: approx Kobi. HEX triplet: DE, 83 and AD. RGB value is (222,131,173). Sum of RGB (Red+Green+Blue) = 222+131+173=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE83AD is #217C52. Grayscale: #A2A2A2. Windows color (decimal): -2194515 or 11371486. OLE color: 11371486.

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

Color convert

RGB222131173-
CMYK00.410.220.13
HSL332.31º57.96%69.22%-
HSV(B)332.31º40.99%87.06%-
XYZ45.7834.7843.84-
YUV163133.65170.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=42.21%
G=24.90%
B=32.89%

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
Decimal22213117300.410.220.13332.3157.9669.22
HexDE83AD02916D14c3a45
Octal336203255051261551472105
Binary11011110100000111010110101010011011011011010011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83AD; }

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

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

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

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

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

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

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

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