#DE82AD

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

Shades of Kobi #DE82AD

Tints of Kobi #DE82AD

Color information

#DE82AD (or 0xDE82AD) is unknown color: approx Kobi. HEX triplet: DE, 82 and AD. RGB value is (222,130,173). Sum of RGB (Red+Green+Blue) = 222+130+173=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82AD is #217D52. Grayscale: #A2A2A2. Windows color (decimal): -2194771 or 11371230. OLE color: 11371230.

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

Color convert

RGB222130173-
CMYK00.410.220.13
HSL331.96º58.23%69.02%-
HSV(B)331.96º41.44%87.06%-
XYZ45.6534.5143.79-
YUV162.41133.98170.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=42.29%
G=24.76%
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
Decimal22213017300.410.220.13331.9658.2369.02
HexDE82AD02916D14c3a45
Octal336202255051261551472105
Binary11011110100000101010110101010011011011011010011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82AD; }

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

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

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

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

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

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

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

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