#DE97B1

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

Shades of Kobi #DE97B1

Tints of Kobi #DE97B1

Color information

#DE97B1 (or 0xDE97B1) is unknown color: approx Kobi. HEX triplet: DE, 97 and B1. RGB value is (222,151,177). Sum of RGB (Red+Green+Blue) = 222+151+177=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE97B1 is #21684E. Grayscale: #AFAFAF. Windows color (decimal): -2189391 or 11638750. OLE color: 11638750.

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

Color convert

RGB222151177-
CMYK00.320.200.13
HSL338.03º51.82%73.14%-
HSV(B)338.03º31.98%87.06%-
XYZ49.1340.8446.89-
YUV175.19129.02161.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=40.36%
G=27.45%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215117700.320.200.13338.0351.8273.14
HexDE97B102014D1523449
Octal336227261040241552264111
Binary11011110100101111011000101000001010011011010100101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97B1; }

 p { color: rgb(222,151,177); }

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

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

 a { background-color: rgb(222,151,177); }

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

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

 span { border-color: rgb(222,151,177); }

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