#DE9FB2

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

Shades of Kobi #DE9FB2

Tints of Kobi #DE9FB2

Color information

#DE9FB2 (or 0xDE9FB2) is unknown color: approx Kobi. HEX triplet: DE, 9F and B2. RGB value is (222,159,178). Sum of RGB (Red+Green+Blue) = 222+159+178=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9FB2 is #21604D. Grayscale: #B3B3B3. Windows color (decimal): -2187342 or 11706334. OLE color: 11706334.

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

Color convert

RGB222159178-
CMYK00.280.200.13
HSL341.9º48.84%74.71%-
HSV(B)341.9º28.38%87.06%-
XYZ50.5643.5447.86-
YUV180126.87157.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=39.71%
G=28.44%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215917800.280.200.13341.948.8474.71
HexDE9FB201C14D156314b
Octal336237262034241552661113
Binary1101111010011111101100100111001010011011010101101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FB2; }

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

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

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

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

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

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

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

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