#DE83AC

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

Shades of Kobi #DE83AC

Tints of Kobi #DE83AC

Color information

#DE83AC (or 0xDE83AC) is unknown color: approx Kobi. HEX triplet: DE, 83 and AC. RGB value is (222,131,172). Sum of RGB (Red+Green+Blue) = 222+131+172=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE83AC is #217C53. Grayscale: #A2A2A2. Windows color (decimal): -2194516 or 11305950. OLE color: 11305950.

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

Color convert

RGB222131172-
CMYK00.410.230.13
HSL332.97º57.96%69.22%-
HSV(B)332.97º40.99%87.06%-
XYZ45.6934.7443.33-
YUV162.88133.15170.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=42.29%
G=24.95%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213117200.410.230.13332.9757.9669.22
HexDE83AC02917D14d3a45
Octal336203254051271551572105
Binary11011110100000111010110001010011011111011010011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83AC; }

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

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

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

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

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

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

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

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