#DE8BB2

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

Shades of Kobi #DE8BB2

Tints of Kobi #DE8BB2

Color information

#DE8BB2 (or 0xDE8BB2) is unknown color: approx Kobi. HEX triplet: DE, 8B and B2. RGB value is (222,139,178). Sum of RGB (Red+Green+Blue) = 222+139+178=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8BB2 is #21744D. Grayscale: #A8A8A8. Windows color (decimal): -2192462 or 11701214. OLE color: 11701214.

HSL color Cylindrical-coordinate representation of color #DE8BB2: hue angle of 331.81º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8BB2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222139178-
CMYK00.370.200.13
HSL331.81º55.7%70.78%-
HSV(B)331.81º37.39%87.06%-
XYZ47.3937.2146.8-
YUV168.26133.5166.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=41.19%
G=25.79%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213917800.370.200.13331.8155.770.78
HexDE8BB202514D14c3847
Octal336213262045241551470107
Binary11011110100010111011001001001011010011011010011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BB2; }

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

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

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

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

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

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

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

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