#DE84B2

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

Shades of Kobi #DE84B2

Tints of Kobi #DE84B2

Color information

#DE84B2 (or 0xDE84B2) is unknown color: approx Kobi. HEX triplet: DE, 84 and B2. RGB value is (222,132,178). Sum of RGB (Red+Green+Blue) = 222+132+178=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE84B2 is #217B4D. Grayscale: #A4A4A4. Windows color (decimal): -2194254 or 11699422. OLE color: 11699422.

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

Color convert

RGB222132178-
CMYK00.410.200.13
HSL329.33º57.69%69.41%-
HSV(B)329.33º40.54%87.06%-
XYZ46.4135.2546.48-
YUV164.15135.82169.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=41.73%
G=24.81%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213217800.410.200.13329.3357.6969.41
HexDE84B202914D1493a45
Octal336204262051241551172105
Binary11011110100001001011001001010011010011011010010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84B2; }

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

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

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

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

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

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

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

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