#DE91B2

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

Shades of Kobi #DE91B2

Tints of Kobi #DE91B2

Color information

#DE91B2 (or 0xDE91B2) is unknown color: approx Kobi. HEX triplet: DE, 91 and B2. RGB value is (222,145,178). Sum of RGB (Red+Green+Blue) = 222+145+178=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE91B2 is #216E4D. Grayscale: #ABABAB. Windows color (decimal): -2190926 or 11702750. OLE color: 11702750.

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

Color convert

RGB222145178-
CMYK00.350.200.13
HSL334.29º53.85%71.96%-
HSV(B)334.29º34.68%87.06%-
XYZ48.2938.9947.1-
YUV171.78131.51163.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=40.73%
G=26.61%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214517800.350.200.13334.2953.8571.96
HexDE91B202314D14e3648
Octal336221262043241551666110
Binary11011110100100011011001001000111010011011010011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91B2; }

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

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

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

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

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

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

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

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