#DE84B0

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

Shades of Kobi #DE84B0

Tints of Kobi #DE84B0

Color information

#DE84B0 (or 0xDE84B0) is unknown color: approx Kobi. HEX triplet: DE, 84 and B0. RGB value is (222,132,176). Sum of RGB (Red+Green+Blue) = 222+132+176=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE84B0 is #217B4F. Grayscale: #A3A3A3. Windows color (decimal): -2194256 or 11568350. OLE color: 11568350.

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

Color convert

RGB222132176-
CMYK00.410.210.13
HSL330.67º57.69%69.41%-
HSV(B)330.67º40.54%87.06%-
XYZ46.2135.1745.43-
YUV163.93134.82169.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=41.89%
G=24.91%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213217600.410.210.13330.6757.6969.41
HexDE84B002915D14b3a45
Octal336204260051251551372105
Binary11011110100001001011000001010011010111011010010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84B0; }

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

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

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

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

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

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

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

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