#DE8FB2

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

Shades of Kobi #DE8FB2

Tints of Kobi #DE8FB2

Color information

#DE8FB2 (or 0xDE8FB2) is unknown color: approx Kobi. HEX triplet: DE, 8F and B2. RGB value is (222,143,178). Sum of RGB (Red+Green+Blue) = 222+143+178=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8FB2 is #21704D. Grayscale: #AAAAAA. Windows color (decimal): -2191438 or 11702238. OLE color: 11702238.

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

Color convert

RGB222143178-
CMYK00.360.200.13
HSL333.42º54.48%71.57%-
HSV(B)333.42º35.59%87.06%-
XYZ47.9838.3947-
YUV170.61132.17164.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=40.88%
G=26.34%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214317800.360.200.13333.4254.4871.57
HexDE8FB202414D14d3648
Octal336217262044241551566110
Binary11011110100011111011001001001001010011011010011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FB2; }

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

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

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

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

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

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

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

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