#DE97B3

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

Shades of Kobi #DE97B3

Tints of Kobi #DE97B3

Color information

#DE97B3 (or 0xDE97B3) is unknown color: approx Kobi. HEX triplet: DE, 97 and B3. RGB value is (222,151,179). Sum of RGB (Red+Green+Blue) = 222+151+179=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97B3 is #21684C. Grayscale: #AFAFAF. Windows color (decimal): -2189389 or 11769822. OLE color: 11769822.

HSL color Cylindrical-coordinate representation of color #DE97B3: hue angle of 336.34º 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 #DE97B3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB222151179-
CMYK00.320.190.13
HSL336.34º51.82%73.14%-
HSV(B)336.34º31.98%87.06%-
XYZ49.3340.9247.95-
YUV175.42130.02161.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=40.22%
G=27.36%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215117900.320.190.13336.3451.8273.14
HexDE97B302013D1503449
Octal336227263040231552064111
Binary11011110100101111011001101000001001111011010100001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97B3; }

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

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

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

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

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

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

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

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